public TelephoneDAO(OCWEntities context) { this.context = context; }
public AddressDAO(OCWEntities context) { this.context = context; }
public TagDAO(OCWEntities context) { this.context = context; }
public CountryDAO(OCWEntities context) { this.context = context; }
public ProfileDAO(OCWEntities context) { this.context = context; }
public WithdrawDAO(OCWEntities context) { this.context = context; }
public OrganizationDAO(OCWEntities context) { this.context = context; }
public CompanyDAO(OCWEntities context) { this.context = context; }
public RoleDAO(OCWEntities context) { this.context = context; }
public AccountDAO(OCWEntities context) { this.context = context; }
public EmergencyDAO(OCWEntities context) { this.context = context; }
public PersonDAO(OCWEntities context) { this.context = context; }
public TransactionDAO(OCWEntities context) { this.context = context; }