C# 클래스 ReaLocate.Web.Controllers.AgenciesController

상속: BaseController
파일 보기 프로젝트 열기: MichaelaIvanova/ReaLocate 1 사용 예제들

공개 메소드들

메소드 설명
AgenciesController ( ) : Data.Models
AgenciesController ( IUsersService usersService, IAgenciesService agenciesService, IPaymentDetailsService paymentService, IUsersRolesService rolesService, IInvoicesService invoicesService ) : Data.Models
AgencyDetails ( string id ) : System.Web.Mvc.ActionResult
GetMyAgency ( ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
CreateAgency ( ) : System.Web.Mvc.ActionResult
CreateAgency ( CreateAgencyViewModel agency ) : System.Web.Mvc.ActionResult

메소드 상세

AgenciesController() 공개 메소드

public AgenciesController ( ) : Data.Models
리턴 Data.Models

AgenciesController() 공개 메소드

public AgenciesController ( IUsersService usersService, IAgenciesService agenciesService, IPaymentDetailsService paymentService, IUsersRolesService rolesService, IInvoicesService invoicesService ) : Data.Models
usersService IUsersService
agenciesService IAgenciesService
paymentService IPaymentDetailsService
rolesService IUsersRolesService
invoicesService IInvoicesService
리턴 Data.Models

AgencyDetails() 공개 메소드

public AgencyDetails ( string id ) : System.Web.Mvc.ActionResult
id string
리턴 System.Web.Mvc.ActionResult

GetMyAgency() 공개 메소드

public GetMyAgency ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult