refactor: Dokumenterstellungs-Modelle in den Create-Ordner verschoben

This commit is contained in:
Developer 02
2024-09-13 00:55:06 +02:00
parent 39e78821cf
commit e8cffa5fa0
15 changed files with 33 additions and 33 deletions

View File

@@ -1,11 +0,0 @@
using WindreamHub.Legacy.Client.Models.Shared;
namespace WindreamHub.Legacy.Client.Models.Documents.Response
{
public class Error
{
public ErrorItem Item { get; set; }
public string Message { get; set; }
public int? ErrorCode { get; set; }
}
}