예제 #1
0
 public TelephoneDAO(OCWEntities context)
 {
     this.context = context;
 }
예제 #2
0
 public AddressDAO(OCWEntities context)
 {
     this.context = context;
 }
예제 #3
0
 public TagDAO(OCWEntities context)
 {
     this.context = context;
 }
예제 #4
0
 public CountryDAO(OCWEntities context)
 {
     this.context = context;
 }
예제 #5
0
 public ProfileDAO(OCWEntities context)
 {
     this.context = context;
 }
예제 #6
0
 public WithdrawDAO(OCWEntities context)
 {
     this.context = context;
 }
예제 #7
0
 public OrganizationDAO(OCWEntities context)
 {
     this.context = context;
 }
예제 #8
0
 public CompanyDAO(OCWEntities context)
 {
     this.context = context;
 }
예제 #9
0
 public RoleDAO(OCWEntities context)
 {
     this.context = context;
 }
예제 #10
0
 public AccountDAO(OCWEntities context)
 {
     this.context = context;
 }
예제 #11
0
 public EmergencyDAO(OCWEntities context)
 {
     this.context = context;
 }
예제 #12
0
 public PersonDAO(OCWEntities context)
 {
     this.context = context;
 }
예제 #13
0
 public TransactionDAO(OCWEntities context)
 {
     this.context = context;
 }