Property | Type | Description | |
---|---|---|---|
_db | InvestorContext |
Method | Description | |
---|---|---|
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 | ||
return | System.Collections.Generic |
public Create ( |
||
client | ||
return | void |
public CreateAddress ( long id, |
||
id | long | |
address | ||
return | void |
public CreatePhoneNumber ( long id, |
||
id | long | |
phonenumber | ||
return | void |
public DeleteAddress ( long clientid, long addressid ) : void | ||
clientid | long | |
addressid | long | |
return | void |
public DeletePhoneNumber ( long clientid, long phonenumberid ) : void | ||
clientid | long | |
phonenumberid | long | |
return | void |
public Read ( long id ) : |
||
id | long | |
return |
public ReadAddresses ( long id ) : IEnumerable |
||
id | long | |
return | IEnumerable |
public ReadFirstName ( string firstname ) : IEnumerable |
||
firstname | string | |
return | IEnumerable |
public ReadLastName ( string searchString ) : IEnumerable |
||
searchString | string | |
return | IEnumerable |
public ReadOneAddress ( long clientId, long addressId ) : IEnumerable |
||
clientId | long | |
addressId | long | |
return | IEnumerable |
public ReadOnePhoneNumber ( long clientId, long phonenumberId ) : IEnumerable |
||
clientId | long | |
phonenumberId | long | |
return | IEnumerable |
public ReadPhoneNumbers ( long id ) : IEnumerable |
||
id | long | |
return | IEnumerable |
public UpdateAddress ( long clientId, long addressId, ClientAddressPoco address ) : void | ||
clientId | long | |
addressId | long | |
address | ClientAddressPoco | |
return | void |
public UpdateClient ( ClientPoco client ) : void | ||
client | ClientPoco | |
return | void |
public UpdatePhoneNumber ( long clientId, long PhoneNumberId, ClientPhoneNumberPoco phonenumber ) : void | ||
clientId | long | |
PhoneNumberId | long | |
phonenumber | ClientPhoneNumberPoco | |
return | void |