Ejemplo n.º 1
0
 public bool Add(Supplier supplier)
 {
     return(_supplierRepo.Add(supplier));
 }