コード例 #1
0
 //public ValuesController()
 //{
 //    var test = "Test";
 //}
 public ValuesController(IRestaurantModelRepository testEntityFeatureContext)
 {
     _testEntityFeatureContext = testEntityFeatureContext;
 }
コード例 #2
0
 public RestaurantController(IRestaurantModelRepository restaurantModelRepository)
 {
     _restaurantModelRepository = restaurantModelRepository;
 }