Exemplo n.º 1
0
 /// <summary>
 /// 是否拥有设置管理员权限
 /// </summary>
 /// <param name="authorizer"></param>
 /// <param name="sectionId">帖吧id</param>
 /// <returns>是否拥有设置管理员的权限</returns>
 public static bool BarSection_SetManager(this Authorizer authorizer, long sectionId)
 {
     return(authorizer.BarSection_SetManager(new BarSectionService().Get(sectionId)));
 }