AIMS_BD_IATI.DAL.tblExchangeRate.tblExchangeRate C# (CSharp) Method

tblExchangeRate() public method

public tblExchangeRate ( ) : System
return System
        public tblExchangeRate()
        {
            this.tblExchangeRateDetails = new HashSet<tblExchangeRateDetail>();
        }
    
tblExchangeRate