Ignore:
Timestamp:
08/24/26 20:57:09 (13 days ago)
Author:
kikisrbinoska <srbinoskakristina07@…>
Branches:
main
Parents:
a6e33d1
Message:

Added corrected entitef from the ER diagram and changes for the logic to be coresponding to the ddl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ChapterX.Application/Abstractions/IApplicationDbContext.cs

    ra6e33d1 re882b92  
    1111using LikesEntity = ChapterX.Domain.Entities.Likes;
    1212using CollaborationEntity = ChapterX.Domain.Entities.Collaboration;
    13 using NotifyEntity = ChapterX.Domain.Entities.Notify;
    1413using AISuggestionEntity = ChapterX.Domain.Entities.AISuggestion;
    1514using AdminEntity = ChapterX.Domain.Entities.Admin;
     
    3332        DbSet<LikesEntity> Likes { get; }
    3433        DbSet<CollaborationEntity> Collaborations { get; }
    35         DbSet<NotifyEntity> Notifies { get; }
    3634        DbSet<AISuggestionEntity> AISuggestions { get; }
    3735        DbSet<AdminEntity> Admins { get; }
Note: See TracChangeset for help on using the changeset viewer.