public AllClientsQueryHandler(IClientControlContext context)
 {
     _context = context;
 }
Exemple #2
0
 public UpdateClientCommandHandler(IClientControlContext context)
 {
     _context = context;
 }
Exemple #3
0
 public ClientByIdQueryHandler(IClientControlContext context)
 {
     _context = context;
 }
Exemple #4
0
 public ClientByDocumentQueryHandler(IClientControlContext context)
 {
     _context = context;
 }