Exemplo n.º 1
0
 public static ChargesGroup ToEntity(this ChargesGroupModel model, ChargesGroup destination)
 {
     return(AutoMapperConfiguration.Mapper.Map(model, destination));
 }
Exemplo n.º 2
0
 public static ChargesGroupModel ToModel(this ChargesGroup entity)
 {
     return(AutoMapperConfiguration.Mapper.Map <ChargesGroup, ChargesGroupModel>(entity));
 }