C# 클래스 TextUml.Controllers.SharesController

상속: ApiController
파일 보기 프로젝트 열기: kazimanzurrashid/textuml-dotnet

공개 메소드들

메소드 설명
Get ( int id ) : Task
Put ( int id, IEnumerable models ) : Task
SharesController ( IShareService service ) : System.Collections.Generic

메소드 상세

Get() 공개 메소드

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

Put() 공개 메소드

public Put ( int id, IEnumerable models ) : Task
id int
models IEnumerable
리턴 Task

SharesController() 공개 메소드

public SharesController ( IShareService service ) : System.Collections.Generic
service IShareService
리턴 System.Collections.Generic