|
|
|
|
@ -19,7 +19,6 @@
|
|
|
|
|
// You should have received a copy of the GNU Lesser General Public License
|
|
|
|
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
using Microsoft.AspNet.SignalR;
|
|
|
|
|
using Microsoft.Data.Entity;
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
@ -28,7 +27,6 @@ namespace Yavsc
|
|
|
|
|
{
|
|
|
|
|
using Models;
|
|
|
|
|
using Models.Chat;
|
|
|
|
|
using ViewModels.Chat;
|
|
|
|
|
|
|
|
|
|
public class ChatHub : Hub
|
|
|
|
|
{
|
|
|
|
|
|