Exemple #1
0
 public bool UpdateUserById(UserInfo user)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public bool AddUserInfo(UserInfo user)
 {
     throw new NotImplementedException();
 }