コード例 #1
0
ファイル: UserDAL.cs プロジェクト: xxy1991/cozy
 public bool Update(UserModel model) {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: UserDAL.cs プロジェクト: xxy1991/cozy
 public Guid Insert(UserModel model) {
     throw new NotImplementedException();
 }