예제 #1
0
파일: SQLiteDao.cs 프로젝트: radtek/HinxCor
 public hResult <T> Update <T>(hTable <T> table, hRow <T> row)
 {
     throw new NotImplementedException();
 }
예제 #2
0
파일: SQLiteDao.cs 프로젝트: radtek/HinxCor
 public void Insert <T>(hTable <T> table, hRow <T> row)
 {
     throw new NotImplementedException();
 }