C# Class Affecto.IdentityManagement.Store.EntityFramework.Queries.GroupWithUsersQuery

Mostrar archivo Open project: affecto/dotnet-IdentityManagement Class Usage Examples

Public Methods

Method Description
Execute ( System.Guid groupId ) : Group
GroupWithUsersQuery ( IQueryable groups ) : System

Method Details

Execute() public method

public Execute ( System.Guid groupId ) : Group
groupId System.Guid
return Affecto.IdentityManagement.Store.Model.Group

GroupWithUsersQuery() public method

public GroupWithUsersQuery ( IQueryable groups ) : System
groups IQueryable
return System