Пример #1
0
 public string removerProduto(string dtoChave, string dtoLista, string dtoProduto)
 {
     ControllerLista cLista = new ControllerLista();
     return cLista.removerProduto(dtoChave, dtoLista, dtoProduto);
 }