예제 #1
0
 public virtual Task RemoveUserAsync(HMUser user)
 {
     throw new NotSupportedException();
 }
예제 #2
0
 public virtual void RemoveUser(HMUser user, Action <NSError> completion)
 {
     throw new NotSupportedException();
 }