C# 클래스 SchoolsSystem.Services.Controllers.StudentsController

상속: BaseApiController
파일 보기 프로젝트 열기: vladislav-karamfilov/TelerikAcademy 1 사용 예제들

공개 메소드들

메소드 설명
StudentsController ( IUnitOfWork unitOfWork ) : System.Collections.Generic

비공개 메소드들

메소드 설명
Add ( StudentModel studentModel ) : HttpResponseMessage
Get ( int id ) : HttpResponseMessage
Get ( string subject, double value ) : HttpResponseMessage
GetAll ( ) : HttpResponseMessage

메소드 상세

StudentsController() 공개 메소드

public StudentsController ( IUnitOfWork unitOfWork ) : System.Collections.Generic
unitOfWork IUnitOfWork
리턴 System.Collections.Generic