Exemple #1
0
 public List <Supplier> GetList()
 {
     try
     {
         return(supplierDal.GetList());
     }
     catch (Exception)
     {
         return(new List <Supplier>());
     }
 }