Example #1
0
 public static DataTable ExecuteProSignDetails(string f1, string f2, string f3, int f4, int f5)
 {
     return(OperationDal.ExecuteProSignDetails(f1, f2, f3, f4, f5));
 }
Example #2
0
 public static DataTable GetSysDept()
 {
     return(OperationDal.GetSysDept());
 }
Example #3
0
 public static DataTable GetRole(string strWhere)
 {
     return(OperationDal.GetRole(strWhere));
 }
Example #4
0
 public static DataTable GetUserSupplier(string supplierId)
 {
     return(OperationDal.GetUserSupplier(supplierId));
 }
Example #5
0
 public static string GetProvince(string detptid)
 {
     return(OperationDal.GetProvince(detptid));
 }
Example #6
0
 public static DataTable GetDeptCompany(string companyId)
 {
     return(OperationDal.GetDeptCompany(companyId));
 }
Example #7
0
 public static bool AddTCompany(string f0, string f1, string f2, string f3, string f4, DateTime f5, string f6,
                                string f7)
 {
     return(OperationDal.AddTCompany(f0, f1, f2, f3, f4, f5, f6, f7));
 }
Example #8
0
 public static string GetFisheryUrl()
 {
     return(OperationDal.GetFisheryUrl());
 }
Example #9
0
 public static DataTable GetProvinceCity()
 {
     return(OperationDal.GetProvinceCity());
 }
Example #10
0
 public static DataTable ExecuteProUserDept(string userId)
 {
     return(OperationDal.ExecuteProUserDept(userId));
 }
Example #11
0
 public static DataTable GetDepartment(string userId)
 {
     return(OperationDal.GetDepartment(userId));
 }
Example #12
0
 public static DataTable ExecuteProUserCompany(string userId, string field)
 {
     return(OperationDal.ExecuteProUserCompany(userId, field));
 }
Example #13
0
 public static string GetUrl(string id)
 {
     return(OperationDal.GetUrl(id));
 }
Example #14
0
 public static string GetPictureUrl()
 {
     return(OperationDal.GetPictureUrl());
 }
Example #15
0
 public static bool AddCompany(string f1, string f2, string f3, string f4, string f5, DateTime f6)
 {
     return(OperationDal.AddCompany(f1, f2, f3, f4, f5, f6));
 }
Example #16
0
 public static DataTable GetComparisonAndAnalysiseData(string userId, string theme, DateTime startTime, DateTime endTime)
 {
     return(OperationDal.GetComparisonAndAnalysiseData(userId, theme, startTime, endTime));
 }
Example #17
0
 public static DataTable GetSupplier()
 {
     return(OperationDal.GetSupplier());
 }
Example #18
0
 public static bool AddMessage(string f1, string f2, string f3, DateTime f4)
 {
     return(OperationDal.AddMessage(f1, f2, f3, f4));
 }
Example #19
0
 public static DataTable ExecuteProQueryCompany(string f0, string f1, string f2, string f3, string f4, string f5)
 {
     return(OperationDal.ExecuteProQueryCompany(f0, f1, f2, f3, f4, f5));
 }
Example #20
0
 public static DataTable GetCompany(string userId)
 {
     return(OperationDal.GetCompany(userId));
 }
Example #21
0
 public static bool UpdateTCompany(string companyName, string phone, string areaId, string contacter,
                                   string companyId)
 {
     return(OperationDal.UpdateTCompany(companyName, phone, areaId, contacter, companyId));
 }
Example #22
0
 public static string GetNewVersion(string supplierid)
 {
     return(OperationDal.GetNewVersion(supplierid));
 }
Example #23
0
 public static DataTable GetDeptProvinceCity(string deptid)
 {
     return(OperationDal.GetDeptProvinceCity(deptid));
 }
Example #24
0
 public static DataTable GetRolePermission(string userid)
 {
     return(OperationDal.GetRolePermission(userid));
 }
Example #25
0
 public static DataTable GetUserSampleAnimal(string userid, string dtStart, string dtEnd, string sampleNo)
 {
     return(OperationDal.GetUserSampleAnimal(userid, dtStart, dtEnd, sampleNo));
 }
Example #26
0
 public static string GetCompanyArea(string companyId)
 {
     return(OperationDal.GetCompanyArea(companyId));
 }
Example #27
0
 public static DataTable GetClientUser(string deptId)
 {
     return(OperationDal.GetClientUser(deptId));
 }
Example #28
0
 public static string GetCompanyId(string companyId, string deptId)
 {
     return(OperationDal.GetCompanyId(companyId, deptId));
 }
Example #29
0
 public static string GetSubName(string roleId)
 {
     return(OperationDal.GetSubName(roleId));
 }
Example #30
0
 public static DataTable ExecuteProSignIn(string f1, string f2, string f3, string f4, string f5, string f6, string f7)
 {
     return(OperationDal.ExecuteProSignIn(f1, f2, f3, f4, f5, f6, f7));
 }