Пример #1
0
 public async Task DeleteAllRoleConnectionsAsync(DeleteByIdDto dto)
 {
     await DeleteAllRoleConnectionsAsync(dto.Id);
 }