예제 #1
0
 public async Task <Meal> GetOneAsync(int id) => FakeDataService.Meals().FirstOrDefault(x => x.Id == id);
예제 #2
0
 public async Task <IEnumerable <Meal> > GetManyAsync(int?fk = default(int?)) => FakeDataService.Meals();