C# Class SchoolsNearMe.Controllers.Api.SchoolsController

Inheritance: BaseApiController
Afficher le fichier Open project: MrKevHunter/SchoolsNearMe

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Post ( SchoolSearchParameters parameters ) : IEnumerable
SchoolsController ( ISchoolQuery schoolQuery, ISchoolShifterService schoolShifterService ) : System.Collections.Generic

Method Details

Post() public méthode

public Post ( SchoolSearchParameters parameters ) : IEnumerable
parameters SchoolsNearMe.Models.SchoolSearchParameters
Résultat IEnumerable

SchoolsController() public méthode

public SchoolsController ( ISchoolQuery schoolQuery, ISchoolShifterService schoolShifterService ) : System.Collections.Generic
schoolQuery ISchoolQuery
schoolShifterService ISchoolShifterService
Résultat System.Collections.Generic