init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
|
||||
namespace Kreta.Client.FileService.Response.FileFinalize
|
||||
{
|
||||
public class FinalizedFileDtoV3
|
||||
{
|
||||
public Guid FajlId { get; set; }
|
||||
|
||||
public string HibaSzoveg { get; set; }
|
||||
|
||||
public bool IsSikeres { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user