C# Class NancyDemo.Csharp.Services.TreeService

ファイルを表示 Open project: chrissie1/NancyVB Class Usage Examples

Public Methods

Method Description
Add ( TreeModel treeModel ) : void
AllTrees ( ) : IList
FindById ( int id ) : TreeModel
TreeService ( ) : System.Collections.Generic

Method Details

Add() public method

public Add ( TreeModel treeModel ) : void
treeModel NancyDemo.Csharp.Model.TreeModel
return void

AllTrees() public method

public AllTrees ( ) : IList
return IList

FindById() public method

public FindById ( int id ) : TreeModel
id int
return NancyDemo.Csharp.Model.TreeModel

TreeService() public method

public TreeService ( ) : System.Collections.Generic
return System.Collections.Generic