File tree Expand file tree Collapse file tree 10 files changed +2
-11
lines changed
Expand file tree Collapse file tree 10 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 1212using Remotely . Server . Extensions ;
1313using Remotely . Server . Services ;
1414using Remotely . Shared . Entities ;
15- using Remotely . Shared . Models ;
1615using Remotely . Shared . ViewModels ;
1716using System ;
1817using System . Text ;
Original file line number Diff line number Diff line change 1111using Remotely . Server . Services ;
1212using Remotely . Shared . Entities ;
1313using Remotely . Shared . Enums ;
14- using Remotely . Shared . Models ;
1514using Remotely . Shared . Utilities ;
1615using Remotely . Shared . ViewModels ;
1716using System ;
Original file line number Diff line number Diff line change 88using Remotely . Server . Services ;
99using Remotely . Shared . Attributes ;
1010using Remotely . Shared . Entities ;
11- using Remotely . Shared . Models ;
1211using Remotely . Shared . Utilities ;
1312using System ;
1413using System . Collections ;
Original file line number Diff line number Diff line change 22using Microsoft . AspNetCore . Components ;
33using Remotely . Server . Services ;
44using Remotely . Shared . Entities ;
5- using Remotely . Shared . Models ;
65using System . Linq ;
76using System . Threading . Tasks ;
87
Original file line number Diff line number Diff line change 1010using Remotely . Server . Services ;
1111using Remotely . Shared . Entities ;
1212using Remotely . Shared . Enums ;
13- using Remotely . Shared . Models ;
1413using Remotely . Shared . Utilities ;
1514using System ;
1615using System . Collections . Generic ;
Original file line number Diff line number Diff line change 44using Remotely . Server . Pages ;
55using Remotely . Server . Services ;
66using Remotely . Shared . Entities ;
7- using Remotely . Shared . Models ;
87using Remotely . Shared . Utilities ;
98using System ;
109using System . Collections . Generic ;
Original file line number Diff line number Diff line change 88using Remotely . Server . Components . ModalContents ;
99using Remotely . Server . Services ;
1010using Remotely . Shared . Entities ;
11- using Remotely . Shared . Models ;
1211using Remotely . Shared . ViewModels ;
1312using System ;
1413using System . Collections . Generic ;
Original file line number Diff line number Diff line change 33using System . ComponentModel . DataAnnotations ;
44using System . ComponentModel . DataAnnotations . Schema ;
55using System . Text . Json . Serialization ;
6- using Remotely . Shared . Entities ;
76
8- namespace Remotely . Shared . Models ;
7+ namespace Remotely . Shared . Entities ;
98
109public class DeviceGroup
1110{
Original file line number Diff line number Diff line change 11using Immense . RemoteControl . Shared . Models ;
22using Remotely . Shared . Enums ;
3- using Remotely . Shared . Models ;
43using System ;
54using System . Collections . Generic ;
65using System . ComponentModel . DataAnnotations ;
@@ -15,6 +14,7 @@ public class Organization
1514 public ICollection < ApiToken > ApiTokens { get ; set ; } = new List < ApiToken > ( ) ;
1615
1716 public BrandingInfo ? BrandingInfo { get ; set ; }
17+ public string ? BrandingInfoId { get ; set ; }
1818
1919 public ICollection < ScriptResult > ScriptResults { get ; set ; } = new List < ScriptResult > ( ) ;
2020
Original file line number Diff line number Diff line change 11using Remotely . Shared . Enums ;
2- using Remotely . Shared . Models ;
32using Remotely . Shared . Utilities ;
43using System ;
54using System . Collections . Generic ;
You can’t perform that action at this time.
0 commit comments