Пример #1
0
 public void InsertPermission(int SectionTypeId,int PermissionId, int TargetSectionTypeId)
 {
     OysterClassLibrary.Functions F = new Functions();
     F.InsertPermission(SectionTypeId,PermissionId,TargetSectionTypeId);
     F.Dispose();
 }