コード例 #1
0
 public SqlEmployeeRepository(ServingYouContext context)
 {
     this.context = context;
 }
コード例 #2
0
 public SqlRestaurantRepository(ServingYouContext context)
 {
     this.context = context;
 }
コード例 #3
0
 public SqlBookingRepository(ServingYouContext context)
 {
     this.context = context;
 }
コード例 #4
0
 public SqlOrderRepository(ServingYouContext context)
 {
     this.context = context;
 }
コード例 #5
0
 public SqlMenuRepository(ServingYouContext context)
 {
     this.context = context;
 }