Fixed some spelling issues

* Cleanup of unnecessary usings
* Used language keywords instead of BCL types : Object --> object
* Fixed some spelling issues
This commit is contained in:
Maher Jendoubi
2019-05-18 02:00:56 +02:00
parent 4e95322468
commit ed6ebe90b1
25 changed files with 24 additions and 52 deletions

View File

@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc;
using ElectronNET.API;
using ElectronNET.API.Entities;