public UserListRecord Update(UserListRecord entity)
 {
     return(Channel.Update(entity));
 }
Example #2
0
 public UserListRecord Update(UserListRecord entity)
 {
     throw new System.NotImplementedException();
 }