Example #1
0
 public async Task <bool> CheckExists(int id)
 {
     return(await _repoIngredient.CheckExists(id));
 }