Exemplo n.º 1
0
 public Task <IEnumerable <Demo> > DemoList()
 {
     return(_repository.DemoList());
 }