Beispiel #1
0
 internal DataAccessService(IMetroMonitorContext context)
 {
     _context = context;
 }
 internal DataRepresentationService(IMetroMonitorContext context)
 {
     _context = context;
 }
Beispiel #3
0
 internal StatisticsProcessingService(IMetroMonitorContext context)
 {
     _context = context;
 }