Esempio n. 1
0
 public TrainService(BdjDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
Esempio n. 2
0
 public UserService(BdjDbContext dbContext, UserManager <User> userManager)
 {
     this.userManager = userManager;
     this.dbContext   = dbContext;
 }
Esempio n. 3
0
 public LineService(BdjDbContext dbContext)
 {
     this.dbContext = dbContext;
 }