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

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

공개 메소드들

메소드 설명
Add ( BushModel bushModel ) : void
AllBushes ( ) : IList
BushService ( ) : System.Collections.Generic
FindById ( int id ) : BushModel

메소드 상세

Add() 공개 메소드

public Add ( BushModel bushModel ) : void
bushModel NancyDemo.Csharp.Model.BushModel
리턴 void

AllBushes() 공개 메소드

public AllBushes ( ) : IList
리턴 IList

BushService() 공개 메소드

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

FindById() 공개 메소드

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