Example #1
0
 public static Team ToEntity(this TeamModel model, Team destination)
 {
     return(model.MapTo(destination));
 }
Example #2
0
 public static Team ToEntity(this TeamModel model)
 {
     return(model.MapTo <TeamModel, Team>());
 }