Метод | Описание | |
---|---|---|
Add ( int id ) : System.Web.Mvc.ActionResult | ||
Add ( int id, Worki |
||
AddInvoiceItem ( ) : System.Web.Mvc.PartialViewResult | ||
CreateInvoice ( int id ) : System.Web.Mvc.ActionResult | ||
CreateInvoice ( int id, Worki model ) : System.Web.Mvc.ActionResult | ||
Edit ( int id, int clientId ) : System.Web.Mvc.ActionResult | ||
Edit ( int id, int clientId, Worki |
||
GetInvoice ( int id, bool fromBooking ) : System.Web.Mvc.ActionResult | ||
GetMonthSummary ( int id, string date ) : System.Web.Mvc.ActionResult | ||
Invoices ( int id, string date ) : System.Web.Mvc.ActionResult | ||
List ( int page ) : System.Web.Mvc.ActionResult | ||
LocalisationList ( int id, int page ) : System.Web.Mvc.ActionResult | ||
T4MVC_ClientController ( ) : System |
public Add ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
Результат | System.Web.Mvc.ActionResult |
public Add ( int id, Worki |
||
id | int | |
formData | Worki |
|
Результат | System.Web.Mvc.ActionResult |
public AddInvoiceItem ( ) : System.Web.Mvc.PartialViewResult | ||
Результат | System.Web.Mvc.PartialViewResult |
public CreateInvoice ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
Результат | System.Web.Mvc.ActionResult |
public CreateInvoice ( int id, Worki model ) : System.Web.Mvc.ActionResult | ||
id | int | |
model | Worki | |
Результат | System.Web.Mvc.ActionResult |
public Edit ( int id, int clientId ) : System.Web.Mvc.ActionResult | ||
id | int | |
clientId | int | |
Результат | System.Web.Mvc.ActionResult |
public Edit ( int id, int clientId, Worki |
||
id | int | |
clientId | int | |
formData | Worki |
|
Результат | System.Web.Mvc.ActionResult |
public GetInvoice ( int id, bool fromBooking ) : System.Web.Mvc.ActionResult | ||
id | int | |
fromBooking | bool | |
Результат | System.Web.Mvc.ActionResult |
public GetMonthSummary ( int id, string date ) : System.Web.Mvc.ActionResult | ||
id | int | |
date | string | |
Результат | System.Web.Mvc.ActionResult |
public Invoices ( int id, string date ) : System.Web.Mvc.ActionResult | ||
id | int | |
date | string | |
Результат | System.Web.Mvc.ActionResult |
public List ( int page ) : System.Web.Mvc.ActionResult | ||
page | int | |
Результат | System.Web.Mvc.ActionResult |
public LocalisationList ( int id, int page ) : System.Web.Mvc.ActionResult | ||
id | int | |
page | int | |
Результат | System.Web.Mvc.ActionResult |
public T4MVC_ClientController ( ) : System | ||
Результат | System |