Beispiel #1
0
 public async Task <List <Target> > GetByCategory(string id)
 {
     return(await service.GetByCategory(id));
 }