Added comments, changed generic repository, removed warnings
This commit is contained in:
		| @@ -16,6 +16,7 @@ namespace SchengenVisaApi | ||||
|             return services; | ||||
|         } | ||||
|  | ||||
|         /// Add services needed for Presentation layer | ||||
|         private static IServiceCollection AddPresentation(this IServiceCollection services) | ||||
|         { | ||||
|             services.AddControllers(); | ||||
|   | ||||
| @@ -3,7 +3,7 @@ | ||||
|     /// Provides methods for configuring middleware | ||||
|     public static class PipelineRequest | ||||
|     { | ||||
|         /// Configure general middleware | ||||
|         /// Configure middleware | ||||
|         public static WebApplication ConfigurePipelineRequest(this WebApplication app) | ||||
|         { | ||||
|             app.UseSwagger() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user