コード例 #1
0
 public List <Servico> FindAll()
 {
     return(_repoServico.FindAll());
 }