Пример #1
0
 public static ValueItemModel ToModel(this ValueItem entity)
 {
     return(entity.MapTo <ValueItem, ValueItemModel>());
 }