コード例 #1
0
 public int Update(User model)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public void Add(User model)
 {
     throw new NotImplementedException();
 }