C# 클래스 FrannHammer.Api.Controllers.SmashAttributeTypesController

상속: BaseApiController
파일 보기 프로젝트 열기: Frannsoft/FrannHammer 1 사용 예제들

공개 메소드들

메소드 설명
SmashAttributeTypesController ( ISmashAttributeTypeService smashAttributeTypesService ) : System.Net

Create a new SmashAttributeTypesController to interact with the server.

비공개 메소드들

메소드 설명
DeleteSmashAttributeType ( int id ) : IHttpActionResult
GetAllCharacterAttributeOfSmashAttributeType ( int id, [ fields = "" ) : IHttpActionResult
GetSmashAttributeType ( int id, [ fields = "" ) : IHttpActionResult
GetSmashAttributeTypes ( [ fields = "" ) : IHttpActionResult
PostSmashAttributeType ( SmashAttributeTypeDto dto ) : IHttpActionResult
PutSmashAttributeType ( int id, SmashAttributeTypeDto dto ) : IHttpActionResult

메소드 상세

SmashAttributeTypesController() 공개 메소드

Create a new SmashAttributeTypesController to interact with the server.
public SmashAttributeTypesController ( ISmashAttributeTypeService smashAttributeTypesService ) : System.Net
smashAttributeTypesService ISmashAttributeTypeService
리턴 System.Net