Example #1
0
 public bool AddSquadPlayer(SquadPlayer entity, int club_ID)
 {
     return(_clubRepos.AddSquadPlayer(entity, club_ID));
 }