Fix queue storage in the db

This commit is contained in:
Lucio Maranta
2018-09-19 12:12:57 +02:00
parent 95bdb77175
commit 1ba3475c32
5 changed files with 151 additions and 147 deletions
@@ -5,6 +5,7 @@ using System;
using System.Collections.Generic;
using System.Data.Entity;
using System.Linq;
using static Step.Utils.SupportFunctions;
namespace Step.Database.Controllers
{