init
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
namespace Kreta.Naplo.Domain.V2.Model.Post.Ertekeles
|
||||
{
|
||||
using Kreta.BusinessLogic.Classes.MobileApi.Naplo.V2.Co.Post.Ertekeles;
|
||||
using Kreta.Core.Validation.Exceptions;
|
||||
|
||||
public class ErtekelesResponse
|
||||
{
|
||||
public ValidationException Exception { get; set; }
|
||||
|
||||
public static implicit operator ErtekelesResponse(ErtekelesResponseCo co) => new ErtekelesResponse
|
||||
{
|
||||
Exception = co.Exception,
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user