refactoring
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace MyOffice.Services.Account.Domain
|
||||
{
|
||||
public class MotionAdd
|
||||
{
|
||||
public DateTime Date { get; set; }
|
||||
public string Motion { get; set; } = null!;
|
||||
public string? Description { get; set; }
|
||||
public decimal Plus { get; set; }
|
||||
public decimal Minus { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user