Changeset 7d80751 for FarmatikoData/FarmatikoDataContext.cs
- Timestamp:
- 01/26/21 13:55:15 (4 years ago)
- Branches:
- master
- Children:
- 7520f88
- Parents:
- db484c9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
FarmatikoData/FarmatikoDataContext.cs
rdb484c9 r7d80751 38 38 .ToTable("PHRequests"); 39 39 40 modelBuilder.Entity<Medicine>()40 /*modelBuilder.Entity<Medicine>() 41 41 .Property(x => x.Id) 42 42 .HasIdentityOptions(startValue: 1); … … 56 56 modelBuilder.Entity<RequestPharmacyHead>() 57 57 .Property(x => x.Id) 58 .HasIdentityOptions(startValue: 1); 58 .HasIdentityOptions(startValue: 1);*/ 59 59 60 60 /*modelBuilder.Entity<User>()
Note:
See TracChangeset
for help on using the changeset viewer.