Exemplo n.º 1
0
 public Task <int> DemoMethodAsync(int id)
 {
     return(_demoRepository.DemoMethodAsync(id));
 }