예제 #1
0
 public void SaveRole(Nigel.Account.Contract.Role role)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public void SaveUser(Nigel.Account.Contract.User user)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 public IEnumerable<Nigel.Account.Contract.Role> GetRoleList(Nigel.Account.Contract.RoleRequest request = null)
 {
     throw new NotImplementedException();
 }
예제 #4
0
 public void ModifyPwd(Nigel.Account.Contract.User user)
 {
     throw new NotImplementedException();
 }