C# Class SchoolsSystem.Services.Controllers.StudentsController

Inheritance: BaseApiController
Show file Open project: vladislav-karamfilov/TelerikAcademy Class Usage Examples

Public Methods

Method Description
StudentsController ( IUnitOfWork unitOfWork ) : System.Collections.Generic

Private Methods

Method Description
Add ( StudentModel studentModel ) : HttpResponseMessage
Get ( int id ) : HttpResponseMessage
Get ( string subject, double value ) : HttpResponseMessage
GetAll ( ) : HttpResponseMessage

Method Details

StudentsController() public method

public StudentsController ( IUnitOfWork unitOfWork ) : System.Collections.Generic
unitOfWork IUnitOfWork
return System.Collections.Generic