Example #1
0
 public static DataTable GetDeptProvinceCity(string deptid)
 {
     return(OperationDal.GetDeptProvinceCity(deptid));
 }