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