FrannHammer.Api.Controllers.CharacterAttributesController.CharacterAttributesController C# (CSharp) Method

CharacterAttributesController() public method

Create a new CharacterAttribute controller to interact with the server.
public CharacterAttributesController ( IMetadataService metadataService ) : System.Net
metadataService IMetadataService
return System.Net
        public CharacterAttributesController(IMetadataService metadataService)
        {
            _metadataService = metadataService;
        }