Пример #1
0
 public IList <RoleGroup> GetRolesByGroupId(int groupId)
 {
     return(_roleGroupRepository.GetRolesByGroupId(groupId));
 }