Beispiel #1
0
 public SystemRepository(RestaurantReviewsContext testContext)
 {
     context = testContext;
 }
Beispiel #2
0
 public SystemRepository(string dbFilePath)
 {
     context = new RestaurantReviewsContext(dbFilePath);
 }