C# Class SchoolsSystem.Services.Controllers.StudentsController

Inheritance: BaseApiController
Afficher le fichier Open project: vladislav-karamfilov/TelerikAcademy Class Usage Examples

Méthodes publiques

Méthode Description
StudentsController ( IUnitOfWork unitOfWork ) : System.Collections.Generic

Private Methods

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

Method Details

StudentsController() public méthode

public StudentsController ( IUnitOfWork unitOfWork ) : System.Collections.Generic
unitOfWork IUnitOfWork
Résultat System.Collections.Generic