Merge branch 'develop' into update_pour_documentation

pull/17/head
Clement.Ferrere 2 years ago
commit f7123b577e
  1. 4
      Collaborateur_Epa_Back/espacecollab.backend.appservices/CollaborateursService.cs

@ -56,8 +56,8 @@ public class CollaborateursService : GenericsServices<CollaborateurSqlDto, Colla
public new bool Delete(uint apiDtoId) public new bool Delete(uint apiDtoId)
{ {
var referencements = ReferencementRepository.GetAll(); IEnumerable<ReferencementSqlDto>? referencements = ReferencementRepository.GetAll();
var periodeEssais = PeriodeEssaiRepository.GetAll(); IEnumerable<PeriodeEssaiSqlDto>? periodeEssais = PeriodeEssaiRepository.GetAll();
if (referencements.Any()) if (referencements.Any())
{ {

Loading…
Cancel
Save