Exemple #1
0
 public static bool SetReportType(string value)
 {
     return(ServiceBusiness.Set(ReportType, value));
 }
 /// <summary>
 ///     Thiết lập TestTypeID để sinh Barcode hoặc không
 /// </summary>
 /// <param name="value"></param>
 /// <returns></returns>
 public static bool SetTestTypeBarcode(string value)
 {
     return(ServiceConfig.Set(UseTestTypeIdToGenerateBarcode, value));
 }