AIMS_BD_IATI.DAL.tblExchangeRate.tblExchangeRate C# (CSharp) 메소드

tblExchangeRate() 공개 메소드

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