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