C# 클래스 Commencement.Controllers.ViewModels.AdminStudentViewModel

파일 보기 프로젝트 열기: ucdavis/Commencement 1 사용 예제들

공개 메소드들

메소드 설명
Create ( IRepository repository, IMajorService majorService, ICeremonyService ceremonyService, TermCode termCode, string studentid, string lastName, string firstName, string majorCode, string college, string userId ) : AdminStudentViewModel

메소드 상세

Create() 공개 정적인 메소드

public static Create ( IRepository repository, IMajorService majorService, ICeremonyService ceremonyService, TermCode termCode, string studentid, string lastName, string firstName, string majorCode, string college, string userId ) : AdminStudentViewModel
repository IRepository
majorService IMajorService
ceremonyService ICeremonyService
termCode TermCode
studentid string
lastName string
firstName string
majorCode string
college string
userId string
리턴 AdminStudentViewModel