예제 #1
0
 public static Incoterm ToEntity(this IncotermModel model, Incoterm destination)
 {
     return(AutoMapperConfiguration.Mapper.Map(model, destination));
 }
예제 #2
0
 public static Incoterm ToEntity(this IncotermModel model)
 {
     return(AutoMapperConfiguration.Mapper.Map <IncotermModel, Incoterm>(model));
 }