Пример #1
0
 public static int BitchOn(IEnumerable <InstallNowModel> list) => DalInstallNow.BitchOn(list);
 public static IEnumerable <InstallNowModel> SelectList(InstallNowConditionModel request, PagerModel pager)
 => DalInstallNow.SelectList(request, pager);
Пример #3
0
 public static int BitchOff(string pkids) => DalInstallNow.BitchOff(pkids);
Пример #4
0
 public static IEnumerable <InstallNowModel> SelectInstallNowByPKIDS(string pKIDS) => DalInstallNow.SelectInstallNowByPKIDS(pKIDS);
Пример #5
0
 public static int DeleteInstallNow(int pkid) => DalInstallNow.DeleteInstallNow(pkid);
Пример #6
0
 public static ResultModel SaveInstallNow(string cityIds, IEnumerable <PidModel> pIDS) => DalInstallNow.SaveInstallNow(cityIds, pIDS);
Пример #7
0
 public static string FetchDisPlayNameByPID(string pid) => DalInstallNow.FetchDisPlayNameByPID(pid);