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