예제 #1
0
파일: Oyster.cs 프로젝트: CarverLab/Oyster
 public void RemovePermission(int SectionTypeId,int PermissionId, int TargetSectionTypeId)
 {
     OysterClassLibrary.Functions F = new Functions();
     F.RemovePermission(SectionTypeId,PermissionId,TargetSectionTypeId);
     F.Dispose();
 }