コード例 #1
0
 public static string GetReviewFlag(string category, int detectId)
 {
     return(SysInfoQueryDal.GetReviewFlag(category, detectId));
 }