Ejemplo n.º 1
0
        /// <summary>
        /// Gets the objects for the ASSET relationship.
        /// </summary>
        public Assets GetAssets()
        {
            Assets assets = new Assets();

            AssetBase.ServiceObject.FillByLoanApplication(assets, _id);
            return assets;
        }
Ejemplo n.º 2
0
        /// <summary>
        /// Gets the objects for the ASSET relationship.
        /// </summary>
        public Assets GetAssets()
        {
            Assets assets = new Assets();

            AssetBase.ServiceObject.FillByBorrower(assets, _id);
            return assets;
        }