Base solution for your next web application
Open Closed

we need to integrate our app to third party app db level #1023


User avatar
0
liaquathussain created

we are developing an application using this architecture but having difficulties in adding third party databases with db first approach

if we add an Entity Data model it simply generates the entities that belong to other database. now we need to be able to create repositories of these third party entities.

Now problem is when we try to resolve IRepository<ThridPartyEntity>, it complains that ThridPartyEntity must apply abps IEntity interface. please suggest a solution for this.


1 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    I suppose this is related to that: #1025 Please continue in that topic. Thanks.