public CreateEmptyListHandler(SharedListContext context, INowProvider nowProvider,
                               IRandomisedWordProvider randomisedWordProvider, IConfiguration configuration)
 {
     _context                = context;
     _nowProvider            = nowProvider;
     _randomisedWordProvider = randomisedWordProvider;
     _configuration          = configuration;
 }
Esempio n. 2
0
 public GetNameHandler(IRandomisedWordProvider randomisedWordProvider)
 {
     _randomisedWordProvider = randomisedWordProvider;
 }