public GetSubjectsQueryHandler(IMonolithQueryDbContext monolithQueryDbContext)
 {
     _monolithQueryDbContext = monolithQueryDbContext;
 }
示例#2
0
 public GetLocationsQueryHandler(IMonolithQueryDbContext monolithQueryDbContext)
 {
     _monolithQueryDbContext = monolithQueryDbContext;
 }