C# Class EasyTeach.Core.Services.UserManagement.Impl.LogGroupServiceWrapper

Inheritance: IGroupService
ファイルを表示 Open project: WadeOne/EasyTeach

Public Methods

Method Description
CreateGroupAsync ( IGroupModel groupModel ) : System.Threading.Tasks.Task
DeleteGroupAsync ( int groupId ) : System.Threading.Tasks.Task
GetAll ( ) : IQueryable
LogGroupServiceWrapper ( IGroupService groupService ) : System
UpdateGroupAsync ( IGroupModel groupModel ) : System.Threading.Tasks.Task

Method Details

CreateGroupAsync() public method

public CreateGroupAsync ( IGroupModel groupModel ) : System.Threading.Tasks.Task
groupModel IGroupModel
return System.Threading.Tasks.Task

DeleteGroupAsync() public method

public DeleteGroupAsync ( int groupId ) : System.Threading.Tasks.Task
groupId int
return System.Threading.Tasks.Task

GetAll() public method

public GetAll ( ) : IQueryable
return IQueryable

LogGroupServiceWrapper() public method

public LogGroupServiceWrapper ( IGroupService groupService ) : System
groupService IGroupService
return System

UpdateGroupAsync() public method

public UpdateGroupAsync ( IGroupModel groupModel ) : System.Threading.Tasks.Task
groupModel IGroupModel
return System.Threading.Tasks.Task