C# Class SistemaAcademico.Business.WebApi.Controllers.SecretariesController

Inheritance: ApiController
Show file Open project: puc-aswd-web/trabalho-final

Public Methods

Method Description
SecretariesController ( ApplicationDbContext db ) : System

Private Methods

Method Description
GetAllStudents ( ) : IHttpActionResult
GetInfoStudent ( string studentUserName ) : IHttpActionResult

Method Details

SecretariesController() public method

public SecretariesController ( ApplicationDbContext db ) : System
db ApplicationDbContext
return System