public ServerPropertiesService(BotDbContext dbContext, IConfiguration config)
 {
     DbContext = dbContext;
     Config    = config;
 }
Beispiel #2
0
 public RoleRequestService(BotDbContext dbContext)
 {
     DbContext = dbContext;
 }