Ejemplo n.º 1
0
 // fetch by Foreign key into new List of class instances
 // links:
 //  docLink: http://sql2x.org/documentationLink/a7599485-4f00-4ebf-974d-53f69c43654e
 public List <CrudeFinancialPaymentCouponContract> FetchByFinancialCurrencyId(System.Guid financialCurrencyId)
 {
     return(DataListToContractList(CrudeFinancialPaymentCouponData.FetchByFinancialCurrencyId(financialCurrencyId)));
 }