Exemple #1
0
 public GetUserByteCountQuery(
     IGetUserByteCountRepository getUserByteCountRepository,
     IConfigService configService
     )
 {
     _getUserByteCountRepository = getUserByteCountRepository;
     _configService = configService;
 }
 public ConvertAllBytesCommand(
     IGetUserByteCountRepository getUserByteCountRepository,
     IConvertBytesCommand convertBytesCommand,
     IConfigService configService
     )
 {
     _getUserByteCountRepository = getUserByteCountRepository;
     _convertBytesCommand        = convertBytesCommand;
     _configService = configService;
 }