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.