Exemplo n.º 1
0
 public RoleWorker(FTArandaDBContext context)
 {
     // Dependency Injection
     this.context = context;
 }
Exemplo n.º 2
0
 public LoginWorker(FTArandaDBContext context, IOptions <CustomSettings> options)
 {
     // Dependency Injection
     this.context   = context;
     customSettings = options.Value;
 }