Beispiel #1
0
 public async Task <long> Create()
 {
     return(await _recipeService.CreateEmptyAsync());
 }