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