Beispiel #1
0
 public TeamServices(FootballSystemContext context)
 {
     this.context = context;
 }
Beispiel #2
0
 public PlayerServices(FootballSystemContext context)
 {
     this.context = context;
 }