refactor (networking)
This commit is contained in:
parent
febc4d9488
commit
450a6f2796
153 changed files with 7834 additions and 8004 deletions
|
|
@ -1,8 +1,7 @@
|
|||
namespace Insight.Domain.Models
|
||||
namespace Insight.Domain.Models;
|
||||
|
||||
public class UpdateResponse
|
||||
{
|
||||
public class UpdateResponse
|
||||
{
|
||||
public Version? Version { get; set; }
|
||||
public Uri? Uri { get; set; }
|
||||
}
|
||||
public Version? Version { get; set; }
|
||||
public Uri? Uri { get; set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue