You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
380 B
11 lines
380 B
namespace Win_in.Sfs.Scp.WebApi
|
|
{
|
|
public class RouteConsts
|
|
{
|
|
public const string Part = "api/scp/part";
|
|
public const string PurchaseOrder = "api/scp/po";
|
|
public const string Receipt = "api/scp/receipt";
|
|
public const string Supplier = "api/scp/supplier";
|
|
public const string UnplannedReceipt = "api/scp/unplanned-receipt";
|
|
}
|
|
}
|