Exemplo n.º 1
0
 public static GameData.ServiceHeaders ToEntity(this ServiceHeaderVM model, GameData.ServiceHeaders destination)
 {
     return(Mapper.Map(model, destination));
 }
Exemplo n.º 2
0
 public static GameData.ServiceHeaders ToEntity(this ServiceHeaderVM model)
 {
     return(Mapper.Map <ServiceHeaderVM, GameData.ServiceHeaders>(model));
 }