コード例 #1
0
 public static bool UpdateClientDept(string title, string deptId)
 {
     return(Sys_client_sysdeptDal.UpdateClientDept(title, deptId));
 }
コード例 #2
0
 public static string GetCityId(string cityName, string pid)
 {
     return(Sys_client_sysdeptDal.GetCityId(cityName, pid));
 }
コード例 #3
0
 public static bool ExistsDeleteDept(string deptId)
 {
     return(Sys_client_sysdeptDal.ExistsDeleteDept(deptId));
 }
コード例 #4
0
 public static bool ExistsCity(string cityName)
 {
     return(Sys_client_sysdeptDal.ExistsCity(cityName));
 }
コード例 #5
0
 public static string GetDeptName(string fkDeptId)
 {
     return(Sys_client_sysdeptDal.GetDeptName(fkDeptId));
 }
コード例 #6
0
 public static bool Delete(string deptId)
 {
     return(Sys_client_sysdeptDal.Delete(deptId));
 }
コード例 #7
0
 public static bool Update(FoodSafety.Model.Sys_client_sysdept model)
 {
     return(Sys_client_sysdeptDal.Update(model));
 }
コード例 #8
0
 public static bool Add(FoodSafety.Model.Sys_client_sysdept model)
 {
     return(Sys_client_sysdeptDal.Add(model));
 }