C# Class Quilt4.Service.Business.ApplicationBusiness

Inheritance: IApplicationBusiness
Show file Open project: Quilt4/Quilt4.Service

Public Methods

Method Description
ApplicationBusiness ( IRepository repository, IUserAccessBusiness userAccessBusiness ) : System
GetApplications ( System.Guid projectKey ) : IEnumerable
GetApplications ( string userName, System.Guid projectKey ) : IEnumerable

Method Details

ApplicationBusiness() public method

public ApplicationBusiness ( IRepository repository, IUserAccessBusiness userAccessBusiness ) : System
repository IRepository
userAccessBusiness IUserAccessBusiness
return System

GetApplications() public method

public GetApplications ( System.Guid projectKey ) : IEnumerable
projectKey System.Guid
return IEnumerable

GetApplications() public method

public GetApplications ( string userName, System.Guid projectKey ) : IEnumerable
userName string
projectKey System.Guid
return IEnumerable