예제 #1
0
파일: NoteDAL.cs 프로젝트: xxy1991/cozy
 public bool Update(NoteModel model) {
     throw new NotImplementedException();
 }
예제 #2
0
파일: NoteDAL.cs 프로젝트: xxy1991/cozy
 public Guid Insert(NoteModel model) {
     throw new NotImplementedException();
 }