Exemple #1
0
 public static bool DeleteDetectReviewProduce(string detectId)
 {
     return(DetectDal.DeleteDetectReviewProduce(detectId));
 }
Exemple #2
0
 public static bool ExistsDetectReviewProduce(string detectId)
 {
     return(DetectDal.ExistsDetectReviewProduce(detectId));
 }
Exemple #3
0
 public static bool DeleteDetectReportAnimal(string detectId)
 {
     return(DetectDal.DeleteDetectReportAnimal(detectId));
 }
Exemple #4
0
 public static bool ExistsDetectReviewAnimal(string detectId)
 {
     return(DetectDal.ExistsDetectReviewAnimal(detectId));
 }
Exemple #5
0
 public static bool AddDetect(string category, string itemName, string openFlag, string cuserId, DateTime cdate)
 {
     return(DetectDal.AddDetect(category, itemName, openFlag, cuserId, cdate));
 }
Exemple #6
0
 public static bool UpdateDetect(string category, string itemName, string openFlag, string itemId)
 {
     return(DetectDal.UpdateDetect(category, itemName, openFlag, itemId));
 }