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