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