main
Paul Schneider 7 years ago
parent bc77354183
commit 3093bec59b
1 changed files with 0 additions and 1 deletions

@ -28,7 +28,6 @@ namespace Yavsc.Controllers
var cxsQuery = dbContext.ChatConnection?.Include(c=>c.Owner)
.Where(cx => cx.Connected).GroupBy( c => c.ApplicationUserId );
// List<ChatUserInfo> result = new List<ChatUserInfo>();
if (cxsQuery!=null)
foreach (var g in cxsQuery) {

Loading…