Example #1
0
 public CarService(OBDContext context)
 {
     _context = context;
 }
Example #2
0
 public ConfigurationService(OBDContext context)
 {
     _context = context;
 }
Example #3
0
 public PersonService(OBDContext context)
 {
     _context = context;
 }
Example #4
0
 public LogEntryService(OBDContext context)
 {
     _context = context;
 }
Example #5
0
 public SessionService(OBDContext context)
 {
     _context = context;
 }