Added avalonia integration and remote proof of concept
This commit is contained in:
parent
775080a178
commit
4a0973b681
23 changed files with 2043 additions and 6 deletions
8
Catalog.Communication/Models/AdminPhotoEndpoint.cs
Normal file
8
Catalog.Communication/Models/AdminPhotoEndpoint.cs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
namespace Catalog.Communication.Models;
|
||||
|
||||
public enum AdminPhotoEndpoint
|
||||
{
|
||||
Foto = 0,
|
||||
TipoGara = 1,
|
||||
LogFoto = 2,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue