C# Class MVC4ServicesBook.Web.Api.Controllers.TaskUsersController

Inheritance: ApiController
显示文件 Open project: jamiekurtz/Mvc4ServicesBook

Public Methods

Method Description
Delete ( long taskId ) : void
Delete ( long taskId, System.Guid userId ) : void
Get ( long taskId ) : IEnumerable
Put ( long taskId, System.Guid userId ) : void
TaskUsersController ( IHttpTaskFetcher taskFetcher, IHttpUserFetcher userFetcher, ISession session, IUserMapper userMapper ) : System

Method Details

Delete() public method

public Delete ( long taskId ) : void
taskId long
return void

Delete() public method

public Delete ( long taskId, System.Guid userId ) : void
taskId long
userId System.Guid
return void

Get() public method

public Get ( long taskId ) : IEnumerable
taskId long
return IEnumerable

Put() public method

public Put ( long taskId, System.Guid userId ) : void
taskId long
userId System.Guid
return void

TaskUsersController() public method

public TaskUsersController ( IHttpTaskFetcher taskFetcher, IHttpUserFetcher userFetcher, ISession session, IUserMapper userMapper ) : System
taskFetcher IHttpTaskFetcher
userFetcher IHttpUserFetcher
session ISession
userMapper IUserMapper
return System