Method | Description | |
---|---|---|
GetCustomerPointStatus ( Models.CustomerPointFilterViewModels filter ) : ActionResult | ||
GetVisitorOrder ( int employeeId, string orderFromDate, string orderToDate ) : ActionResult | ||
Index ( ) : ActionResult | ||
OrderPoint ( ) : ActionResult |
public GetCustomerPointStatus ( Models.CustomerPointFilterViewModels filter ) : ActionResult | ||
filter | Models.CustomerPointFilterViewModels | |
return | ActionResult |
public GetVisitorOrder ( int employeeId, string orderFromDate, string orderToDate ) : ActionResult | ||
employeeId | int | |
orderFromDate | string | |
orderToDate | string | |
return | ActionResult |