Beispiel #1
0
 public async Task <ActionResult <int> > GetCount()
 {
     return(await _kategoriService.Count());
 }