DataStoreLib.Models.PopularOnMovieMirchiEntity.GetKey C# (CSharp) Method

GetKey() public method

public GetKey ( ) : string
return string
        public override string GetKey()
        {
            return this.PopularOnMovieMirchiId;
        }