コード例 #1
0
 public bool DeleteDetect(string category, string itemId)
 {
     return(DetectBiz.DeleteDetect(category, itemId));
 }
コード例 #2
0
 public string ExecuteFunObjectTable(string deptId)
 {
     return(DetectBiz.ExecuteFunObjectTable(deptId));
 }
コード例 #3
0
 public DataTable GetDetItem(string category, string itemName)
 {
     return(DetectBiz.GetDetItem(category, itemName));
 }
コード例 #4
0
 public bool ExecuteProAddDetectFishery(string f0, string f1, string f2, string f3, string f4, string f5,
                                        string f6, string f7, string f8, string f9, DateTime f10)
 {
     return(DetectBiz.ExecuteProAddDetectFishery(f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10));
 }
コード例 #5
0
 public bool ExecuteProAddDetectAnimal(string f0, string f1, string f2, string f3, string f4, string f5,
                                       string f6, string f7, string f8, string f9, string f10, string f11,
                                       string f12, DateTime f13)
 {
     return(DetectBiz.ExecuteProAddDetectAnimal(f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13));
 }
コード例 #6
0
 public bool AddUpdateDetectReport(string strSql)
 {
     return(DetectBiz.AddUpdateDetectReport(strSql));
 }
コード例 #7
0
 public bool ExecuteProAddDetect(string f0, string f1, string f2, string f3, string f4, string f5,
                                 string f6, string f7, string f8, string f9)
 {
     return(DetectBiz.ExecuteProAddDetect(f0, f1, f2, f3, f4, f5, f6, f7, f8, f9));
 }
コード例 #8
0
 public bool ExistsDetectReviewFishery(string detectId)
 {
     return(DetectBiz.ExistsDetectReviewFishery(detectId));
 }
コード例 #9
0
 public bool DeleteDetectReportFishery(string detectId)
 {
     return(DetectBiz.DeleteDetectReportFishery(detectId));
 }
コード例 #10
0
 public bool ExistsDetectReviewProduce(string detectId)
 {
     return(DetectBiz.ExistsDetectReviewProduce(detectId));
 }
コード例 #11
0
 public bool DeleteDetectReportProduce(string detectId)
 {
     return(DetectBiz.DeleteDetectReportProduce(detectId));
 }
コード例 #12
0
 public bool ExistsDetectReviewAnimal(string detectId)
 {
     return(DetectBiz.ExistsDetectReviewAnimal(detectId));
 }
コード例 #13
0
 public bool DeleteDetectReviewAnimal(string detectId)
 {
     return(DetectBiz.DeleteDetectReviewAnimal(detectId));
 }
コード例 #14
0
 public bool AddDetect(string category, string itemName, string openFlag, string cuserId, DateTime cdate)
 {
     return(DetectBiz.AddDetect(category, itemName, openFlag, cuserId, cdate));
 }
コード例 #15
0
 public bool UpdateDetect(string category, string itemName, string openFlag, string itemId)
 {
     return(DetectBiz.UpdateDetect(category, itemName, openFlag, itemId));
 }
コード例 #16
0
 public DataTable GetDetItemAll(string category, string itemId)
 {
     return(DetectBiz.GetDetItemAll(category, itemId));
 }