Beispiel #1
0
 internal IEnumerable <BankAdviceRe> GetInfo_WithOutBankInfo(string Ocode, string fromDate)
 {
     return(objCtx_DAL.GetInfo_WithOutBankInfo(Ocode, fromDate));
 }