Esempio n. 1
0
 public AdminUserService(TeamSystemDbContext db)
 {
     this.db = db;
 }
Esempio n. 2
0
 public PlayerService(TeamSystemDbContext db)
 {
     this.db = db;
 }
Esempio n. 3
0
 public ArticleService(TeamSystemDbContext db)
 {
     this.db = db;
 }