Exemple #1
0
 public async Task <int> CreateAsync(Menu model)
 {
     return(await repository.CreateAsync(model));
 }