예제 #1
0
 public IEnumerable <Produto> BuscarAtivos(bool c)
 {
     return(_produtoService.BuscarAtivos(c));
 }