Skip to content

Commit e344800

Browse files
committed
Remove not needed using statements
1 parent 85ee074 commit e344800

5 files changed

Lines changed: 0 additions & 22 deletions

File tree

WebUntisAPI.Client/Models/ClassregEvent.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
using Newtonsoft.Json;
22
using System;
3-
using System.Collections.Generic;
43
using System.Diagnostics;
5-
using System.Linq;
6-
using System.Text;
7-
using System.Threading.Tasks;
84
using WebUntisAPI.Client.Converter;
95

106
namespace WebUntisAPI.Client.Models

WebUntisAPI.Client/Models/GetClassregEventsRequestModel.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
using Newtonsoft.Json;
22
using System;
3-
using System.Collections.Generic;
4-
using System.Linq;
5-
using System.Text;
6-
using System.Threading.Tasks;
73
using WebUntisAPI.Client.Converter;
84

95
namespace WebUntisAPI.Client.Models

WebUntisAPI.Client/Models/GetPersonIdRequestModel.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
using Newtonsoft.Json;
2-
using System;
3-
using System.Collections.Generic;
4-
using System.Linq;
5-
using System.Text;
6-
using System.Threading.Tasks;
72

83
namespace WebUntisAPI.Client.Models
94
{

WebUntisAPI.Client/Models/News.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
using Newtonsoft.Json;
2-
using System;
32
using System.Collections.Generic;
4-
using System.Linq;
5-
using System.Text;
6-
using System.Threading.Tasks;
73

84
namespace WebUntisAPI.Client.Models
95
{

WebUntisAPI.Client/Models/NewsMessage.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
using Newtonsoft.Json;
2-
using System;
3-
using System.Collections.Generic;
4-
using System.Linq;
5-
using System.Text;
6-
using System.Threading.Tasks;
72

83
namespace WebUntisAPI.Client.Models
94
{

0 commit comments

Comments
 (0)