Changeset 6229 for branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.DataAccess/3.4/Interfaces
- Timestamp:
- 05/17/11 18:29:41 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.DataAccess/3.4/Interfaces/IHiveDao.cs
r6110 r6229 116 116 #endregion 117 117 118 #region Statistics Methods 119 DT.Statistics GetStatistic(Guid id); 120 IEnumerable<DT.Statistics> GetStatistics(Expression<Func<Statistics, bool>> predicate); 121 Guid AddStatistics(DT.Statistics dto); 122 void DeleteStatistics(Guid id); 123 List<DT.UserStatistics> GetUserStatistics(); 124 #endregion 125 126 127 118 128 } 119 129 }
Note: See TracChangeset
for help on using the changeset viewer.