Exemplo n.º 1
0
 public string Save(ItemViewModel item)
 {
     return(_itemService.AddOrUpdate(item.ToEntity()));
 }