C# 클래스 BLL.UserGroupImageManagement

파일 보기 프로젝트 열기: cdadmin/clonedeploy

공개 메소드들

메소드 설명
AddUserGroupImageManagements ( List listOfImages ) : bool
DeleteImage ( int imageId ) : bool
DeleteUserGroupImageManagements ( int userGroupId ) : bool
Get ( int userGroupId ) : List

메소드 상세

AddUserGroupImageManagements() 공개 정적인 메소드

public static AddUserGroupImageManagements ( List listOfImages ) : bool
listOfImages List
리턴 bool

DeleteImage() 공개 정적인 메소드

public static DeleteImage ( int imageId ) : bool
imageId int
리턴 bool

DeleteUserGroupImageManagements() 공개 정적인 메소드

public static DeleteUserGroupImageManagements ( int userGroupId ) : bool
userGroupId int
리턴 bool

Get() 공개 정적인 메소드

public static Get ( int userGroupId ) : List
userGroupId int
리턴 List