mirror of
https://github.com/azaion/annotations.git
synced 2026-04-23 09:56:31 +00:00
Refactor annotation tool from WPF desktop app to .NET API
Replace the WPF desktop application (Azaion.Suite, Azaion.Annotator, Azaion.Common, Azaion.Inference, Azaion.Loader, Azaion.LoaderUI, Azaion.Dataset, Azaion.Test) with a standalone .NET Web API in src/. Made-with: Cursor
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using Azaion.Annotations.Enums;
|
||||
|
||||
namespace Azaion.Annotations.DTOs;
|
||||
|
||||
public class UpdateStatusRequest
|
||||
{
|
||||
public AnnotationStatus Status { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user