Exemple #1
0
 public Task DeleteUserAsync(string saasUserId)
 {
     return(_userDomainService.DeleteUserAsync(saasUserId));
 }