Exemplo n.º 1
0
 public Task <Issue> Get(int id)
 {
     return(_repository.GetIssueAsync(id));
 }