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