using Yw.CAL.HttpClient;
namespace HStation.CAL.HttpClient
{
///
///
///
public class XhsProject : BaseCAL_Paras_Flags_TagName_Sorter_UseStatus, IXhsProject
{
protected override string Prefix
{
get { return $"{HStation.BLL.Xhs.ConfigHelper.HttpUrl}/Xhs/Project"; }
}
public Task DeleteEx(long ID)
{
return default;
}
public async Task InsertEx(AddXhsProjectInput projectInput, AddXhsProjectItemInput itemInput, AddXhsProjectItemModelInput modelInput, AddXhsProjectItemModelMapInput MapInput)
{
// return await GetUrl("InsertEx@V1.0").Post(projectInput, itemInput, modelInput, MapInput);
throw new NotImplementedException();
}
public Task UpdateEx(UpdateXhsProjectInput projectInput, UpdateXhsProjectItemInput itemInput)
{
throw new NotImplementedException();
}
}
}