Exemple #1
0
 public Product GetProductByLoanTypeId(Guid loanTypeId)
 {
     return(dal.GetProductByLoanTypeId(loanTypeId));
 }