C# Class Brato.UserInterface.Controllers.VeiculoController

Inheritance: Controller
Show file Open project: otavioscool/BRATO

Public Methods

Method Description
IncVeiculo ( ) : System.Web.Mvc.ActionResult
SalvarVeiculo ( VeiculoEntity entity ) : System.Web.Mvc.JsonResult
VeiculoController ( ) : System

Private Methods

Method Description
Validar ( VeiculoEntity entity ) : IList

Method Details

IncVeiculo() public method

public IncVeiculo ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

SalvarVeiculo() public method

public SalvarVeiculo ( VeiculoEntity entity ) : System.Web.Mvc.JsonResult
entity Brato.Entities.VeiculoEntity
return System.Web.Mvc.JsonResult

VeiculoController() public method

public VeiculoController ( ) : System
return System