Changeset 8f8226c for PostgreSqlDotnetCore/Controllers/BlogController.cs
- Timestamp:
- 08/20/24 15:04:19 (3 months ago)
- Branches:
- main
- Children:
- 6782104
- Parents:
- ae6c071
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
PostgreSqlDotnetCore/Controllers/BlogController.cs
rae6c071 r8f8226c 44 44 // query 45 45 var query = from st in db.BlogPostAnswersObj 46 where st. blogpostconsultationid == blogClass.id46 where st.BlogPostConsultationid == blogClass.id 47 47 select st; 48 48 //elenaaa
Note:
See TracChangeset
for help on using the changeset viewer.