diff --git a/DD.Persistence.API/DependencyInjection.cs b/DD.Persistence.API/DependencyInjection.cs index 3d7810b..37efe03 100644 --- a/DD.Persistence.API/DependencyInjection.cs +++ b/DD.Persistence.API/DependencyInjection.cs @@ -46,6 +46,7 @@ public static class DependencyInjection var xmlPath = Path.Combine(AppContext.BaseDirectory, xmlFile); var includeControllerXmlComment = true; c.IncludeXmlComments(xmlPath, includeControllerXmlComment); + c.IncludeXmlComments(Path.Combine(AppContext.BaseDirectory, "DD.Persistence.Models.xml"), includeControllerXmlComment); }); }