feat(api): список нарядов постранично

This commit is contained in:
Mikhail Trubnikov
2024-02-26 09:20:13 +10:00
parent e6cfdd2c9c
commit 57fdb4e2bc
4 changed files with 96 additions and 2 deletions

View File

@@ -211,6 +211,17 @@ namespace PARR.API.Contracts.V1
#endregion
#region Наряды
public static class Order
{
public const string GetAll = Base + "/orders/";
public const string getParam = "{id}";
}
#endregion
}
}