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

tblExecutingAgencyType() public method

public tblExecutingAgencyType ( ) : System
return System
        public tblExecutingAgencyType()
        {
            this.tblProjectExecutingAgencies = new HashSet<tblProjectExecutingAgency>();
        }
    
tblExecutingAgencyType