C# Class Todo.Services.PicturesController

Controller for uploading pictures
Inheritance: ApiController
Afficher le fichier Open project: ChristianWeyer/tUdUs Class Usage Examples

Méthodes publiques

Méthode Description
PicturesController ( IGenericRepository repository ) : System.Collections.Generic

Initializes a new instance of the PicturesController class.

Private Methods

Méthode Description
Get ( ) : IQueryable
Post ( ) : Task>

Method Details

PicturesController() public méthode

Initializes a new instance of the PicturesController class.
public PicturesController ( IGenericRepository repository ) : System.Collections.Generic
repository IGenericRepository The repository.
Résultat System.Collections.Generic