Esempio n. 1
0
 public SystemRepository(RestaurantReviewsContext testContext)
 {
     context = testContext;
 }
Esempio n. 2
0
 public SystemRepository(string dbFilePath)
 {
     context = new RestaurantReviewsContext(dbFilePath);
 }