C# Class EasyTeach.Web.Controllers.GroupsController

Inheritance: ODataController
Afficher le fichier Open project: WadeOne/EasyTeach

Méthodes publiques

Méthode Description
GroupsController ( IGroupService groupService ) : System

Private Methods

Méthode Description
Delete ( [ key ) : IHttpActionResult
Get ( ODataQueryOptions queryOptions ) : IQueryable
MapGroupToView ( IGroupModel g ) : GroupViewModel
Post ( GroupViewModel groupView ) : IHttpActionResult
Put ( [ key, GroupViewModel groupView ) : IHttpActionResult

Method Details

GroupsController() public méthode

public GroupsController ( IGroupService groupService ) : System
groupService IGroupService
Résultat System