예제 #1
0
 public bool AddNationalTeam(NationalTeam entity, int player_ID)
 {
     return(_playerRepos.AddNationalTeam(entity, player_ID));
 }