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

tblAgreementType() public method

public tblAgreementType ( ) : System
return System
        public tblAgreementType()
        {
            this.tblProjectInfoes = new HashSet<tblProjectInfo>();
        }
    
tblAgreementType