Exemple #1
0
 public AdminUserService(TeamSystemDbContext db)
 {
     this.db = db;
 }
 public PlayerService(TeamSystemDbContext db)
 {
     this.db = db;
 }
Exemple #3
0
 public ArticleService(TeamSystemDbContext db)
 {
     this.db = db;
 }