Changeset 271178d for iknow-api/Program.cs
- Timestamp:
- 10/22/25 22:52:41 (11 months ago)
- Branches:
- master
- Children:
- cb8e531
- Parents:
- 301af3f
- File:
-
- 1 edited
-
iknow-api/Program.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
iknow-api/Program.cs
r301af3f r271178d 1 1 using Microsoft.EntityFrameworkCore; 2 2 using iknow_api.Core.Data; 3 using FinXaccesApi.Services;4 using FinXaccesApi.Repositories;3 using iknow_api.Services; 4 using iknow_api.Repositories; 5 5 6 6 var builder = WebApplication.CreateBuilder(args);
Note:
See TracChangeset
for help on using the changeset viewer.
