Beispiel #1
0
 public override ProductModel Update(ProductModel model)
 {
     return(DataStorageService.UpdateProduct(model));
 }