Exemplo n.º 1
0
 public override ProductModel Create(ProductModel model)
 {
     return(DataStorageService.AddProduct(model));
 }