C# Class TextUml.Controllers.SharesController

Inheritance: ApiController
Afficher le fichier Open project: kazimanzurrashid/textuml-dotnet

Méthodes publiques

Méthode Description
Get ( int id ) : Task
Put ( int id, IEnumerable models ) : Task
SharesController ( IShareService service ) : System.Collections.Generic

Method Details

Get() public méthode

public Get ( int id ) : Task
id int
Résultat Task

Put() public méthode

public Put ( int id, IEnumerable models ) : Task
id int
models IEnumerable
Résultat Task

SharesController() public méthode

public SharesController ( IShareService service ) : System.Collections.Generic
service IShareService
Résultat System.Collections.Generic