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

SmashAttributeTypesController() public method

Create a new SmashAttributeTypesController to interact with the server.
public SmashAttributeTypesController ( ISmashAttributeTypeService smashAttributeTypesService ) : System.Net
smashAttributeTypesService ISmashAttributeTypeService
return System.Net
        public SmashAttributeTypesController(ISmashAttributeTypeService smashAttributeTypesService)
        {
            _smashAttributeTypesService = smashAttributeTypesService;
        }