C# Class iServe.Controllers.iServeController

Inheritance: System.Web.Mvc.Controller
Show file Open project: fellowshiptech/ft-iserve

Public Methods

Method Description
GetCurrentUserID ( ) : int?

Protected Methods

Method Description
GetRequestedChurchCode ( ) : string
OnActionExecuting ( System filterContext ) : void

Method Details

GetCurrentUserID() public method

public GetCurrentUserID ( ) : int?
return int?

GetRequestedChurchCode() protected method

protected GetRequestedChurchCode ( ) : string
return string

OnActionExecuting() protected method

protected OnActionExecuting ( System filterContext ) : void
filterContext System
return void