Метод | Описание | |
---|---|---|
Admin ( ) : System.Web.Mvc.ViewResult | ||
All ( ) : System.Web.Mvc.ViewResult |
shows all inquiries
|
|
Details ( int id ) : System.Web.Mvc.ViewResult |
GET: /Inquiries/5
|
|
Edit ( int id ) : System.Web.Mvc.ViewResult | ||
Index ( ) : System.Web.Mvc.ViewResult |
GET: /Inquiries/
|
|
InquiriesController ( IRepository repository ) : System | ||
MailMessage ( int id ) : System.Web.Mvc.ActionResult | ||
Month ( ) : System.Web.Mvc.ViewResult | ||
Week ( ) : System.Web.Mvc.ViewResult |
Метод | Описание | |
---|---|---|
AddComment ( int inquiryId, string text ) : System.Web.Mvc.JsonResult | ||
AddTag ( int inquiryId, int tagId ) : void | ||
AssignTo ( int inquiryId, int employeeId ) : void | ||
Edit ( int id, |
||
MoveTo ( int inquiryId, DateTime date ) : void | ||
ToArchive ( int id ) : void |
public Admin ( ) : System.Web.Mvc.ViewResult | ||
Результат | System.Web.Mvc.ViewResult |
public All ( ) : System.Web.Mvc.ViewResult | ||
Результат | System.Web.Mvc.ViewResult |
public Details ( int id ) : System.Web.Mvc.ViewResult | ||
id | int | |
Результат | System.Web.Mvc.ViewResult |
public Edit ( int id ) : System.Web.Mvc.ViewResult | ||
id | int | |
Результат | System.Web.Mvc.ViewResult |
public Index ( ) : System.Web.Mvc.ViewResult | ||
Результат | System.Web.Mvc.ViewResult |
public InquiriesController ( IRepository repository ) : System | ||
repository | IRepository | |
Результат | System |
public MailMessage ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
Результат | System.Web.Mvc.ActionResult |
public Month ( ) : System.Web.Mvc.ViewResult | ||
Результат | System.Web.Mvc.ViewResult |
public Week ( ) : System.Web.Mvc.ViewResult | ||
Результат | System.Web.Mvc.ViewResult |