public GetOrdersQueryHandler(IDataContextFactory dataContextFactory)
 {
     _dataContext = dataContextFactory.GetDataContext();
 }
Example #2
0
 public GetFlightsQueryHandler(IDataContextFactory dataContextFactory)
 {
     _dataContext = dataContextFactory.GetDataContext();
 }