Example #1
0
 public ICollection <Fornecedor> PegarTodos()
 {
     return(_repositorio.PegarTodos());
 }