C# 클래스 EasyTeach.Core.Services.UserManagement.Impl.LogGroupServiceWrapper

상속: IGroupService
파일 보기 프로젝트 열기: WadeOne/EasyTeach

공개 메소드들

메소드 설명
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

메소드 상세

CreateGroupAsync() 공개 메소드

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

DeleteGroupAsync() 공개 메소드

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

GetAll() 공개 메소드

public GetAll ( ) : IQueryable
리턴 IQueryable

LogGroupServiceWrapper() 공개 메소드

public LogGroupServiceWrapper ( IGroupService groupService ) : System
groupService IGroupService
리턴 System

UpdateGroupAsync() 공개 메소드

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