C# Class SchoolsSystem.Services.Controllers.SchoolsController

Inheritance: BaseApiController
ファイルを表示 Open project: vladislav-karamfilov/TelerikAcademy

Public Methods

Method Description
SchoolsController ( IUnitOfWork unitOfWork ) : SchoolsSystem.DataTransferObjects

Private Methods

Method Description
Add ( SchoolModel schoolModel ) : HttpResponseMessage
Get ( int id ) : HttpResponseMessage
GetAll ( ) : HttpResponseMessage

Method Details

SchoolsController() public method

public SchoolsController ( IUnitOfWork unitOfWork ) : SchoolsSystem.DataTransferObjects
unitOfWork IUnitOfWork
return SchoolsSystem.DataTransferObjects