Beispiel #1
0
 public B_Race Get(int id)
 {
     return(Mapper <Race, B_Race> .Map(raceR.Get(id)));
 }