public TelephoneDAO(OCWEntities context)
 {
     this.context = context;
 }
 public AddressDAO(OCWEntities context)
 {
     this.context = context;
 }
Beispiel #3
0
 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;
 }
Beispiel #9
0
 public RoleDAO(OCWEntities context)
 {
     this.context = context;
 }
 public AccountDAO(OCWEntities context)
 {
     this.context = context;
 }
 public EmergencyDAO(OCWEntities context)
 {
     this.context = context;
 }
Beispiel #12
0
 public PersonDAO(OCWEntities context)
 {
     this.context = context;
 }
 public TransactionDAO(OCWEntities context)
 {
     this.context = context;
 }