示例#1
0
 public bool IsAdministrator(Int32 AccountID, Int32 GroupID)
 {
     return(_groupMemberRepository.IsAdministrator(AccountID, GroupID));
 }