C# 클래스 NancyDemo.Csharp.Services.TreeService

파일 보기 프로젝트 열기: chrissie1/NancyVB 1 사용 예제들

공개 메소드들

메소드 설명
Add ( TreeModel treeModel ) : void
AllTrees ( ) : IList
FindById ( int id ) : TreeModel
TreeService ( ) : System.Collections.Generic

메소드 상세

Add() 공개 메소드

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

AllTrees() 공개 메소드

public AllTrees ( ) : IList
리턴 IList

FindById() 공개 메소드

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

TreeService() 공개 메소드

public TreeService ( ) : System.Collections.Generic
리턴 System.Collections.Generic