something
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
namespace LctMonolith.Models.DTO;
|
||||
|
||||
public class MissionValidationResult
|
||||
{
|
||||
public bool IsValid { get; set; }
|
||||
public string Message { get; set; } = string.Empty;
|
||||
public int? SuggestedExperience { get; set; }
|
||||
}
|
||||
namespace LctMonolith.Models.DTO;
|
||||
|
||||
public class MissionValidationResult
|
||||
{
|
||||
public bool IsValid { get; set; }
|
||||
public string Message { get; set; } = string.Empty;
|
||||
public int? SuggestedExperience { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user