CarbonFitness.Data.Model.GenderType.GetId C# (CSharp) Method

GetId() public method

public GetId ( ) : int
return int
        public virtual int GetId()
        {
            return Id;
        }
GenderType