Example #1
0
 public List <SupplierDTO> GetAllSuppliers()
 {
     return(_supplierDAL.GetAllSuppliers());
 }