예제 #1
0
 public MotorcycleRepository()
 {
     db = new LearningDbContext();
 }
예제 #2
0
 public PurchaseRepository()
 {
     db = new LearningDbContext();
 }
예제 #3
0
 public CustomerRepository()
 {
     db = new LearningDbContext();
 }