Enforce minimum item requirement for law creation and editing; remove unused OrderNumber property from LawItemViewModel

This commit is contained in:
MahanCh
2025-09-09 11:55:01 +03:30
parent 3f1664a844
commit add5b8ef8e
2 changed files with 39 additions and 25 deletions

View File

@@ -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