public ServerPropertiesService(BotDbContext dbContext, IConfiguration config)
 {
     DbContext = dbContext;
     Config    = config;
 }
Esempio n. 2
0
 public RoleRequestService(BotDbContext dbContext)
 {
     DbContext = dbContext;
 }