Пример #1
0
 public bool Alterar(TViewModel obj)
 {
     return(_service.Alterar(_mapper.Map <TEntity>(obj)));
 }