C# Class Application.Controllers.NotesController

Inheritance: ApiController
Afficher le fichier Open project: Hill30/ResourceAllocation

Méthodes publiques

Méthode Description
Get ( int personId, string personType, int count, int offset, string sortOrder = "asc" ) : List
NotesController ( IPersonsRepository personsRepository ) : System.Collections.Generic

Method Details

Get() public méthode

public Get ( int personId, string personType, int count, int offset, string sortOrder = "asc" ) : List
personId int
personType string
count int
offset int
sortOrder string
Résultat List

NotesController() public méthode

public NotesController ( IPersonsRepository personsRepository ) : System.Collections.Generic
personsRepository IPersonsRepository
Résultat System.Collections.Generic