Exemplo n.º 1
0
        public ActionResult AlteraReclamacao(ReclamSugest obj)
        {
            ReclamSugestDAO dao = new ReclamSugestDAO();

            dao.cadastra(obj);
            return(RedirectToAction("frmBuscaeclamacao"));
        }
Exemplo n.º 2
0
 public void salva(ReclamSugest RS)
 {
 }
Exemplo n.º 3
0
 public bool salva(ReclamSugest RS)
 {
 }
Exemplo n.º 4
0
 public ActionResult FrmAlteraCorrespondencia(ReclamSugest obj)
 {
     ViewBag.obj = obj;
     return(View());
 }
Exemplo n.º 5
0
 public bool remove(ReclamSugest RS)
 {
 }
Exemplo n.º 6
0
 public void fazerReclamacao(ReclamSugest rc)
 {
 }
Exemplo n.º 7
0
 public void fazerSugestao(ReclamSugest sg)
 {
 }
Exemplo n.º 8
0
 public bool remove(ReclamSugest RS)
 {
     return(true);
 }
Exemplo n.º 9
0
 public bool cadastra(ReclamSugest RS)
 {
     return(true);
 }