C# 클래스 RestBugs.Services.Model.StaticBugRepository

상속: IBugRepository
파일 보기 프로젝트 열기: howarddierking/RestBugs

공개 메소드들

메소드 설명
Add ( Bug bug ) : void
Get ( int bugId ) : Bug
GetAll ( ) : IEnumerable

비공개 메소드들

메소드 설명
GetNextId ( ) : int
StaticBugRepository ( ) : System.Collections.Generic

메소드 상세

Add() 공개 메소드

public Add ( Bug bug ) : void
bug Bug
리턴 void

Get() 공개 메소드

public Get ( int bugId ) : Bug
bugId int
리턴 Bug

GetAll() 공개 메소드

public GetAll ( ) : IEnumerable
리턴 IEnumerable