removes warnings
This commit is contained in:
parent
e6c5645334
commit
db7d7edc45
29 changed files with 25 additions and 63 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue