Ejemplo n.º 1
0
 public void AddProducts(DataContract.Inventory model)
 {
     _inventoryRepository.AddEntity(model);
 }