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

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

Public Methods

Method Description
StudentsController ( ApplicationDbContext db ) : System

Private Methods

Method Description
Get ( ) : IEnumerable
GetInfo ( string userName ) : IHttpActionResult

Method Details

StudentsController() public method

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