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