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