C# Class Application.Controllers.NotesController

Inheritance: ApiController
Show file Open project: Hill30/ResourceAllocation

Public Methods

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

Method Details

Get() public method

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

NotesController() public method

public NotesController ( IPersonsRepository personsRepository ) : System.Collections.Generic
personsRepository IPersonsRepository
return System.Collections.Generic