示例#1
0
 public static IEnumerable<DAL.SupplyList> SupplierList()
 {
     try
     {
         Icontext objtext = new BALSupply();
         IEnumerable<DAL.SupplyList> listRecord = (IEnumerable<DAL.SupplyList>)objtext.RecordList();
         return listRecord;
     }
     catch (Exception ex)
     {
         throw;
     }
 }