C# Class UniPlanner.Service.Controllers.LessonController

Inheritance: ApiController
Afficher le fichier Open project: yuriy-muzychuk/UniPlanner

Méthodes publiques

Méthode Description
Delete ( int id ) : void
Get ( ) : IEnumerable
Get ( string day, string group ) : IEnumerable
Get ( Guid id ) : LessonDto
LessonController ( ) : System
Post ( [ value ) : void
Put ( int id, [ value ) : void

Method Details

Delete() public méthode

public Delete ( int id ) : void
id int
Résultat void

Get() public méthode

public Get ( ) : IEnumerable
Résultat IEnumerable

Get() public méthode

public Get ( string day, string group ) : IEnumerable
day string
group string
Résultat IEnumerable

Get() public méthode

public Get ( Guid id ) : LessonDto
id Guid
Résultat LessonDto

LessonController() public méthode

public LessonController ( ) : System
Résultat System

Post() public méthode

public Post ( [ value ) : void
value [
Résultat void

Put() public méthode

public Put ( int id, [ value ) : void
id int
value [
Résultat void