protected BaseUserFeaturesCommandsModule(IUserFeaturesService <T> userFeaturesService, ILogger <BaseUserFeaturesCommandsModule <T> > logger)
 {
     this.UserFeaturesService = userFeaturesService;
     this.Logger = logger;
 }
示例#2
0
 public ShikiUserFeaturesCommands(IUserFeaturesService <AniListUserFeatures> userFeaturesService,
                                  ILogger <ShikiUserFeaturesCommands> logger) :
     base(userFeaturesService, logger)
 {
 }
示例#3
0
 public MalUserFeaturesCommands(IUserFeaturesService <MalUserFeatures> userFeaturesService, ILogger <MalUserFeaturesCommands> logger) :
     base(userFeaturesService, logger)
 {
 }