コード例 #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();
 }