Enforce minimum item requirement for law creation and editing; remove unused OrderNumber property from LawItemViewModel
This commit is contained in:
@@ -16,7 +16,7 @@ namespace CompanyManagment.App.Contracts.Law
|
||||
{
|
||||
public string Header { get; set; }
|
||||
public string Details { get; set; }
|
||||
public int OrderNumber { get; set; }
|
||||
// public int OrderNumber { get; set; }
|
||||
}
|
||||
|
||||
public class CreateLaw
|
||||
|
||||
Reference in New Issue
Block a user