IPersonFunctionModel.cs CampusAppWPortalLib8::Model::Person::IPersonFunctionModel CampusAppWPortalLib8::Model::Person //----------------------------------------------------------------------- //<copyrightfile="IPersonFunctionModel.cs"company="BTU/IIT"> //TheMITLicense(MIT).Copyright(c)2013BTU/IIT. //</copyright> //<author>Stubbfel</author> //<date>15.10.2013</date> //<summary>DeclarestheIPersonFunctionModelinterface</summary> //----------------------------------------------------------------------- namespaceCampusAppWPortalLib8.Model.Person { publicinterfaceIPersonFunctionModel { stringPersonID{get;set;} intFunctionIndex{get;set;} } }