public CarSQLRepository()
 {
     this.db = new CarOwnerContext();
 }
예제 #2
0
 public OwnerRepository()
 {
     _db = new CarOwnerContext();
 }