C# Class WebApiDemo.Models.TagRepository

Inheritance: ITagRepository
Afficher le fichier Open project: smichelotti/WebAPI-presentation

Méthodes publiques

Méthode Description
AllIncluding ( ) : IQueryable
Delete ( int id ) : void
Dispose ( ) : void
Find ( int id ) : Tag
GetAll ( ) : List
InsertOrUpdate ( Tag tag ) : void
Save ( ) : void

Method Details

AllIncluding() public méthode

public AllIncluding ( ) : IQueryable
Résultat IQueryable

Delete() public méthode

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

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Find() public méthode

public Find ( int id ) : Tag
id int
Résultat Tag

GetAll() public méthode

public GetAll ( ) : List
Résultat List

InsertOrUpdate() public méthode

public InsertOrUpdate ( Tag tag ) : void
tag Tag
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void