프로퍼티 | 타입 | 설명 | |
---|---|---|---|
dbLocation | string |
메소드 | 설명 | |
---|---|---|
DeleteTodo ( int id ) : int | ||
GetTodo ( int id ) : |
||
GetTodos ( ) : IEnumerable |
||
SaveTodo ( |
||
TodoRepository ( SQLite.SQLiteConnection conn, string dbLocation ) : System |
public TodoRepository ( SQLite.SQLiteConnection conn, string dbLocation ) : System | ||
conn | SQLite.SQLiteConnection | |
dbLocation | string | |
리턴 | System |