C# Class NancyDemo.Csharp.Services.BushService

Afficher le fichier Open project: chrissie1/NancyVB Class Usage Examples

Méthodes publiques

Méthode Description
Add ( BushModel bushModel ) : void
AllBushes ( ) : IList
BushService ( ) : System.Collections.Generic
FindById ( int id ) : BushModel

Method Details

Add() public méthode

public Add ( BushModel bushModel ) : void
bushModel NancyDemo.Csharp.Model.BushModel
Résultat void

AllBushes() public méthode

public AllBushes ( ) : IList
Résultat IList

BushService() public méthode

public BushService ( ) : System.Collections.Generic
Résultat System.Collections.Generic

FindById() public méthode

public FindById ( int id ) : BushModel
id int
Résultat NancyDemo.Csharp.Model.BushModel