ActivEarth.Server.Service.GroupHashtagDataProvider.GroupHashtagDataProvider C# (CSharp) Method

GroupHashtagDataProvider() public method

public GroupHashtagDataProvider ( ) : System.Data.Linq
return System.Data.Linq
		public GroupHashtagDataProvider()
		{
			this._GroupDataProvider = default(EntityRef<GroupDataProvider>);
			OnCreated();
		}