C# Class GetIn.GroupRepository

Inheritance: IGroupRepository
Exibir arquivo Open project: bagheera/getin Class Usage Examples

Public Methods

Method Description
Create ( Group group ) : void
Exists ( Group group ) : bool
GroupRepository ( ISession session ) : System

Method Details

Create() public method

public Create ( Group group ) : void
group Group
return void

Exists() public method

public Exists ( Group group ) : bool
group Group
return bool

GroupRepository() public method

public GroupRepository ( ISession session ) : System
session ISession
return System