Метод | Описание | |
---|---|---|
CustomerController ( IDataQuery query ) : System.Linq | ||
Edit ( long id ) : System.Web.Mvc.ViewResult | ||
Index ( ) : System.Web.Mvc.ViewResult | ||
New ( ) : System.Web.Mvc.ViewResult | ||
Save ( CustomerInput input ) : CommandResult |
public CustomerController ( IDataQuery query ) : System.Linq | ||
query | IDataQuery | |
Результат | System.Linq |
public Edit ( long id ) : System.Web.Mvc.ViewResult | ||
id | long | |
Результат | System.Web.Mvc.ViewResult |
public Index ( ) : System.Web.Mvc.ViewResult | ||
Результат | System.Web.Mvc.ViewResult |
public New ( ) : System.Web.Mvc.ViewResult | ||
Результат | System.Web.Mvc.ViewResult |
public Save ( CustomerInput input ) : CommandResult | ||
input | CustomerInput | |
Результат | CommandResult |