C# Class Pharmalto.Ecosystem.Controllers.BaseController

Inheritance: Controller
显示文件 Open project: CloudMetal/Ecosystem-Deployment

Public Methods

Method Description
BaseController ( IAuthenticationService authenticationService, IEcoUserService ecoUserService, IEcoProfileService ecoProfileService ) : System

Method Details

BaseController() public method

public BaseController ( IAuthenticationService authenticationService, IEcoUserService ecoUserService, IEcoProfileService ecoProfileService ) : System
authenticationService IAuthenticationService
ecoUserService IEcoUserService
ecoProfileService IEcoProfileService
return System