コード例 #1
0
ファイル: CRMService.svc.cs プロジェクト: xiciliu/MEMS
 public List <T_Base_suppliertype> getSuptypeLst()
 {
     try
     {
         sh = new SupplierHelper();
         return(sh.getSuptypLst());
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }