예제 #1
0
 public SqlDishRepository(SousChefDbContext context)
 {
     this.context = context;
 }