C# 클래스 Applabtoditesting.Tests.FakeDataService

상속: IDataService
파일 보기 프로젝트 열기: goldnarms/ApplabTodo 1 사용 예제들

공개 메소드들

메소드 설명
Create ( TodoItem todoItem ) : int
Delete ( int id ) : int
FakeDataService ( ) : System
Get ( int id ) : TodoItem
GetAll ( ) : System.Collections.Generic.IEnumerable
Update ( TodoItem todoItem ) : int

메소드 상세

Create() 공개 메소드

public Create ( TodoItem todoItem ) : int
todoItem Applabtodotesting.Core.TodoItem
리턴 int

Delete() 공개 메소드

public Delete ( int id ) : int
id int
리턴 int

FakeDataService() 공개 메소드

public FakeDataService ( ) : System
리턴 System

Get() 공개 메소드

public Get ( int id ) : TodoItem
id int
리턴 Applabtodotesting.Core.TodoItem

GetAll() 공개 메소드

public GetAll ( ) : System.Collections.Generic.IEnumerable
리턴 System.Collections.Generic.IEnumerable

Update() 공개 메소드

public Update ( TodoItem todoItem ) : int
todoItem Applabtodotesting.Core.TodoItem
리턴 int