C# 클래스 Quilt4.Service.Business.ApplicationBusiness

상속: IApplicationBusiness
파일 보기 프로젝트 열기: Quilt4/Quilt4.Service

공개 메소드들

메소드 설명
ApplicationBusiness ( IRepository repository, IUserAccessBusiness userAccessBusiness ) : System
GetApplications ( System.Guid projectKey ) : IEnumerable
GetApplications ( string userName, System.Guid projectKey ) : IEnumerable

메소드 상세

ApplicationBusiness() 공개 메소드

public ApplicationBusiness ( IRepository repository, IUserAccessBusiness userAccessBusiness ) : System
repository IRepository
userAccessBusiness IUserAccessBusiness
리턴 System

GetApplications() 공개 메소드

public GetApplications ( System.Guid projectKey ) : IEnumerable
projectKey System.Guid
리턴 IEnumerable

GetApplications() 공개 메소드

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