AngularAzureSearch.WebAPI.Entities.Trails.Trail.Trail C# (CSharp) Method

Trail() public method

Pass the lowercase string name of the class to the base class. This is used in the repository for storage and querying, to organize documents by this type name. Temporary fix for trails data added.
public Trail ( ) : System
return System
        public Trail()
            : base("trail", "trail")
        {
        }
Trail