Ejemplo n.º 1
0
 public ProductEditViewModel GetEditModel(string id)
 {
     return(ProductEditViewModel.From(productRepos.GetById(id)));
 }