Ignore:
Timestamp:
08/20/24 15:04:19 (6 weeks ago)
Author:
ElenaMoskova <elena.moskova99@…>
Branches:
main
Children:
6782104
Parents:
ae6c071
Message:

fix bugs and new pages

Fix BlogPostAnswers
fix present data in the lists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • PostgreSqlDotnetCore/Controllers/BlogController.cs

    rae6c071 r8f8226c  
    4444            // query
    4545            var query = from st in db.BlogPostAnswersObj
    46                         where st.blogpostconsultationid == blogClass.id
     46                        where st.BlogPostConsultationid == blogClass.id
    4747                        select st;
    4848            //elenaaa
Note: See TracChangeset for help on using the changeset viewer.