POCO inherited type could not pass addObject method
- by bryanevil
Hi all
I am using a POCO class name "Company" generate from the T4 POCO code generator to create a derived class - name "CompanyBO" by "public class CompanyBO:Company", but when i call addObject method:
public void Delete(T entity)
{
CustomerWebPortalEntities entities = new CustomerWebPortalEntities();
…