示例#1
0
 public void InsertPlayer(Player player)
 {
     _iPlayerDAL.InsertPlayer(MapPlayerToEF(player));
 }