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