Beispiel #1
0
 //get All archived work groups
 public IEnumerable <Get_all_archived_groups_Result> GetAllArchivedGroups()
 {
     return(db.Get_all_archived_groups().ToList());
 }