public static int BitchOn(IEnumerable <InstallNowModel> list) => DalInstallNow.BitchOn(list);
public static IEnumerable <InstallNowModel> SelectList(InstallNowConditionModel request, PagerModel pager) => DalInstallNow.SelectList(request, pager);
public static int BitchOff(string pkids) => DalInstallNow.BitchOff(pkids);
public static IEnumerable <InstallNowModel> SelectInstallNowByPKIDS(string pKIDS) => DalInstallNow.SelectInstallNowByPKIDS(pKIDS);
public static int DeleteInstallNow(int pkid) => DalInstallNow.DeleteInstallNow(pkid);
public static ResultModel SaveInstallNow(string cityIds, IEnumerable <PidModel> pIDS) => DalInstallNow.SaveInstallNow(cityIds, pIDS);
public static string FetchDisPlayNameByPID(string pid) => DalInstallNow.FetchDisPlayNameByPID(pid);