Метод | Описание | |
---|---|---|
AddCustomer ( |
||
AddCustomerInsurance ( |
||
GetCustomer ( int customerId ) : |
||
GetCustomerInsurance ( int CustomerId ) : List |
||
GetCustomerInsurance ( int companyId, int customerInsuranceId ) : List |
||
GetCustomerInsurances ( int companyId, string customerId ) : List |
||
GetCustomers ( int companyId, string customerName ) : List |
||
GetCustomers ( int companyId, string customerName, System.DateTime Dob ) : List |
||
RemoveCustomer ( int customerId, int removedByUserId ) : bool | ||
RemoveCustomerInsurance ( int customerInsuranceId ) : bool | ||
UpdateCustomer ( |
||
UpdateCustomerInsurance ( |
public AddCustomer ( |
||
customer | ||
Результат | int |
public AddCustomerInsurance ( |
||
customerInsurance | ||
Результат | bool |
public GetCustomer ( int customerId ) : |
||
customerId | int | |
Результат |
public GetCustomerInsurance ( int CustomerId ) : List |
||
CustomerId | int | |
Результат | List |
public GetCustomerInsurance ( int companyId, int customerInsuranceId ) : List |
||
companyId | int | |
customerInsuranceId | int | |
Результат | List |
public GetCustomerInsurances ( int companyId, string customerId ) : List |
||
companyId | int | |
customerId | string | |
Результат | List |
public GetCustomers ( int companyId, string customerName ) : List |
||
companyId | int | |
customerName | string | |
Результат | List |
public GetCustomers ( int companyId, string customerName, System.DateTime Dob ) : List |
||
companyId | int | |
customerName | string | |
Dob | System.DateTime | |
Результат | List |
public RemoveCustomer ( int customerId, int removedByUserId ) : bool | ||
customerId | int | |
removedByUserId | int | |
Результат | bool |
public RemoveCustomerInsurance ( int customerInsuranceId ) : bool | ||
customerInsuranceId | int | |
Результат | bool |
public UpdateCustomer ( |
||
customer | ||
Результат | bool |
public UpdateCustomerInsurance ( |
||
customerInsurance | ||
Результат | bool |