Changeset 5eb7847 for iknow-api/Data
- Timestamp:
- 10/26/25 20:52:35 (11 months ago)
- Branches:
- master
- Children:
- 28759eb, 4e061d8, 4f5d8fd
- Parents:
- 8e32210
- File:
-
- 1 edited
-
iknow-api/Data/AppDbContext.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
iknow-api/Data/AppDbContext.cs
r8e32210 r5eb7847 1 1 using Microsoft.EntityFrameworkCore; 2 using iknow_api. Core.Models;2 using iknow_api.Models; 3 3 4 namespace iknow_api. Core.Data4 namespace iknow_api.Data 5 5 { 6 6 public class AppDbContext : DbContext
Note:
See TracChangeset
for help on using the changeset viewer.
