File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11using Newtonsoft . Json ;
22using Newtonsoft . Json . Linq ;
33using System ;
4- using System . Collections . Generic ;
5- using System . Linq ;
6- using System . Text ;
7- using System . Text . RegularExpressions ;
8- using System . Threading . Tasks ;
94
105namespace WebUntisAPI . Client . Converter
116{
Original file line number Diff line number Diff line change 11using Newtonsoft . Json ;
22using Newtonsoft . Json . Linq ;
33using System ;
4- using System . Collections . Generic ;
54using System . Diagnostics ;
65using System . IO ;
76using System . Linq ;
87using System . Net ;
98using System . Net . Http ;
10- using System . Net . Http . Headers ;
11- using System . Text ;
129using System . Text . RegularExpressions ;
1310using System . Threading ;
1411using System . Threading . Tasks ;
Original file line number Diff line number Diff line change 22using System ;
33using System . Collections . Generic ;
44using System . Diagnostics ;
5- using System . Linq ;
6- using System . Text ;
7- using System . Threading . Tasks ;
85using WebUntisAPI . Client . Converter ;
96
107namespace WebUntisAPI . Client . Models . Messages
Original file line number Diff line number Diff line change 22using System ;
33using System . Collections . Generic ;
44using System . Diagnostics ;
5- using System . Linq ;
65using System . Net . Http ;
7- using System . Text ;
86using System . Threading ;
97using System . Threading . Tasks ;
108using WebUntisAPI . Client . Converter ;
Original file line number Diff line number Diff line change 22using System ;
33using System . Collections . Generic ;
44using System . Diagnostics ;
5- using System . Linq ;
6- using System . Text ;
7- using System . Threading ;
8- using System . Threading . Tasks ;
95using WebUntisAPI . Client . Converter ;
106
117namespace WebUntisAPI . Client . Models . Messages
Original file line number Diff line number Diff line change 11using Newtonsoft . Json ;
2- using System ;
3- using System . Collections . Generic ;
4- using System . Linq ;
5- using System . Text ;
6- using System . Threading . Tasks ;
72
83namespace WebUntisAPI . Client . Models . Messages
94{
Original file line number Diff line number Diff line change 22using System ;
33using System . Collections . Generic ;
44using System . Diagnostics ;
5- using System . Linq ;
6- using System . Text ;
7- using System . Threading . Tasks ;
85
96namespace WebUntisAPI . Client . Models . Messages
107{
Original file line number Diff line number Diff line change 22using System ;
33using System . Collections . Generic ;
44using System . Diagnostics ;
5- using System . Linq ;
65using System . Net . Http ;
7- using System . Text ;
86using System . Threading ;
97using System . Threading . Tasks ;
108using WebUntisAPI . Client . Converter ;
Original file line number Diff line number Diff line change 1- using Newtonsoft . Json . Linq ;
2- using Newtonsoft . Json ;
1+ using Newtonsoft . Json ;
2+ using Newtonsoft . Json . Linq ;
33using System ;
44using System . Collections . Generic ;
5+ using System . IO ;
56using System . Linq ;
7+ using System . Net ;
68using System . Net . Http ;
9+ using System . Net . Http . Headers ;
710using System . Text ;
811using System . Threading ;
912using System . Threading . Tasks ;
1013using WebUntisAPI . Client . Models . Messages ;
11- using System . Net . Http . Headers ;
12- using System . Net ;
13- using System . IO ;
1414
1515namespace WebUntisAPI . Client
1616{
Original file line number Diff line number Diff line change 11using Newtonsoft . Json . Linq ;
22using System ;
33using System . Collections . Generic ;
4- using System . Net ;
54using System . Net . Http ;
65using System . Threading ;
76using System . Threading . Tasks ;
You can’t perform that action at this time.
0 commit comments