예제 #1
0
 public VehicleHistoryRepository(LataNovaContext db)
 {
     _db = db;
 }
예제 #2
0
 public ServiceRepository(LataNovaContext db)
 {
     _db = db;
 }
예제 #3
0
 public OwnerRepository(LataNovaContext db)
 {
     _db = db;
 }