Пример #1
0
 public TApiModel Update(int id, TModel model)
 {
     return(Map(LogicBase.UpdateEntity(id, model)));
 }