diff --git a/Controllers/DemandesFormationApi.cs b/Controllers/DemandesFormationApi.cs index dd24bce..83b816c 100644 --- a/Controllers/DemandesFormationApi.cs +++ b/Controllers/DemandesFormationApi.cs @@ -17,7 +17,7 @@ using System.ComponentModel.DataAnnotations; using IO.Swagger.Attributes; using IO.Swagger.Security; using Microsoft.AspNetCore.Authorization; -using IO.Swagger.Models; +using IO.Swagger.DTO; namespace IO.Swagger.Controllers { diff --git a/Controllers/EngagementsApi.cs b/Controllers/EngagementsApi.cs index edcc7db..e56f948 100644 --- a/Controllers/EngagementsApi.cs +++ b/Controllers/EngagementsApi.cs @@ -17,7 +17,7 @@ using System.ComponentModel.DataAnnotations; using IO.Swagger.Attributes; using IO.Swagger.Security; using Microsoft.AspNetCore.Authorization; -using IO.Swagger.Models; +using IO.Swagger.DTO; namespace IO.Swagger.Controllers { diff --git a/Controllers/EpApi.cs b/Controllers/EpApi.cs index 1219c1e..1733fac 100644 --- a/Controllers/EpApi.cs +++ b/Controllers/EpApi.cs @@ -17,7 +17,7 @@ using System.ComponentModel.DataAnnotations; using IO.Swagger.Attributes; using IO.Swagger.Security; using Microsoft.AspNetCore.Authorization; -using IO.Swagger.Models; +using IO.Swagger.DTO; namespace IO.Swagger.Controllers { diff --git a/Controllers/FormationsApi.cs b/Controllers/FormationsApi.cs index 4a425c6..6a21879 100644 --- a/Controllers/FormationsApi.cs +++ b/Controllers/FormationsApi.cs @@ -17,7 +17,7 @@ using System.ComponentModel.DataAnnotations; using IO.Swagger.Attributes; using IO.Swagger.Security; using Microsoft.AspNetCore.Authorization; -using IO.Swagger.Models; +using IO.Swagger.DTO; namespace IO.Swagger.Controllers { diff --git a/Controllers/NotesApi.cs b/Controllers/NotesApi.cs index 2a6415a..2ad7e8e 100644 --- a/Controllers/NotesApi.cs +++ b/Controllers/NotesApi.cs @@ -17,7 +17,7 @@ using System.ComponentModel.DataAnnotations; using IO.Swagger.Attributes; using IO.Swagger.Security; using Microsoft.AspNetCore.Authorization; -using IO.Swagger.Models; +using IO.Swagger.DTO; namespace IO.Swagger.Controllers {