Changeset 12469 for branches/HiveStatistics
- Timestamp:
- 06/18/15 12:04:48 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveStatistics/sources/HeuristicLab.Services.Hive/3.3/HiveDao.cs
r12468 r12469 891 891 public List<DT.UserStatistics> GetUserStatistics() { 892 892 using (var db = CreateContext()) { 893 db.Log = Console.Out;894 893 var userStats = new Dictionary<Guid, DT.UserStatistics>(); 895 894
Note: See TracChangeset
for help on using the changeset viewer.