Beispiel #1
0
 /// <summary>
 /// Return the list of all Groups loaded from the persistence layer
 /// </summary>
 /// <returns>The list of all Groups loaded from the persistence layer</returns>
 public List <Group> GetGroups()
 {
     return(app.GetGroups());
 }