FrannHammer.Api.Controllers.SmashAttributeTypesController.SmashAttributeTypesController C# (CSharp) Méthode

SmashAttributeTypesController() public méthode

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