C# 클래스 FunctionsTrackerAPI.Controllers.ApplicationsController

상속: ApiController
파일 보기 프로젝트 열기: BilalHasanKhan/FunctionsTracker

공개 메소드들

메소드 설명
ApplicationsController ( IApplicationsRepository applicationRepository ) : System
Delete ( int id ) : void
Get ( ) : IQueryable
Get ( int id ) : string
Post ( string value ) : void
Put ( int id, string value ) : void

메소드 상세

ApplicationsController() 공개 메소드

public ApplicationsController ( IApplicationsRepository applicationRepository ) : System
applicationRepository IApplicationsRepository
리턴 System

Delete() 공개 메소드

public Delete ( int id ) : void
id int
리턴 void

Get() 공개 메소드

public Get ( ) : IQueryable
리턴 IQueryable

Get() 공개 메소드

public Get ( int id ) : string
id int
리턴 string

Post() 공개 메소드

public Post ( string value ) : void
value string
리턴 void

Put() 공개 메소드

public Put ( int id, string value ) : void
id int
value string
리턴 void