프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_db | InvestorContext |
메소드 | 설명 | |
---|---|---|
ClientRepository ( ) : System.Collections.Generic | ||
Create ( |
||
CreateAddress ( long id, |
||
CreatePhoneNumber ( long id, |
||
DeleteAddress ( long clientid, long addressid ) : void | ||
DeleteClient ( long id ) : void | ||
DeletePhoneNumber ( long clientid, long phonenumberid ) : void | ||
Read ( long id ) : |
||
ReadAddresses ( long id ) : IEnumerable |
||
ReadFirstName ( string firstname ) : IEnumerable |
||
ReadLastName ( string searchString ) : IEnumerable |
||
ReadOneAddress ( long clientId, long addressId ) : IEnumerable |
||
ReadOnePhoneNumber ( long clientId, long phonenumberId ) : IEnumerable |
||
ReadPhoneNumbers ( long id ) : IEnumerable |
||
UpdateAddress ( long clientId, long addressId, ClientAddressPoco address ) : void | ||
UpdateClient ( ClientPoco client ) : void | ||
UpdatePhoneNumber ( long clientId, long PhoneNumberId, ClientPhoneNumberPoco phonenumber ) : void |
public ClientRepository ( ) : System.Collections.Generic | ||
리턴 | System.Collections.Generic |
public Create ( |
||
client | ||
리턴 | void |
public CreateAddress ( long id, |
||
id | long | |
address | ||
리턴 | void |
public CreatePhoneNumber ( long id, |
||
id | long | |
phonenumber | ||
리턴 | void |
public DeleteAddress ( long clientid, long addressid ) : void | ||
clientid | long | |
addressid | long | |
리턴 | void |
public DeletePhoneNumber ( long clientid, long phonenumberid ) : void | ||
clientid | long | |
phonenumberid | long | |
리턴 | void |
public Read ( long id ) : |
||
id | long | |
리턴 |
public ReadFirstName ( string firstname ) : IEnumerable |
||
firstname | string | |
리턴 | IEnumerable |
public ReadLastName ( string searchString ) : IEnumerable |
||
searchString | string | |
리턴 | IEnumerable |
public ReadOneAddress ( long clientId, long addressId ) : IEnumerable |
||
clientId | long | |
addressId | long | |
리턴 | IEnumerable |
public ReadOnePhoneNumber ( long clientId, long phonenumberId ) : IEnumerable |
||
clientId | long | |
phonenumberId | long | |
리턴 | IEnumerable |
public UpdateAddress ( long clientId, long addressId, ClientAddressPoco address ) : void | ||
clientId | long | |
addressId | long | |
address | ClientAddressPoco | |
리턴 | void |
public UpdatePhoneNumber ( long clientId, long PhoneNumberId, ClientPhoneNumberPoco phonenumber ) : void | ||
clientId | long | |
PhoneNumberId | long | |
phonenumber | ClientPhoneNumberPoco | |
리턴 | void |