@page "/fetchssaorders"
@using Expose.MyIT.Shared
@using Expose.MyIT.Shared.ViewModels
SSA Orders
SSA Orders
@if (_SsaOrders == null)
{
}
else
{
CreatedDate
@context.Id
@context.Name
@context.BookingNames
@context.Type
@context.State
@context.ItemNumber
@context.CreatedDate
@context.DecidedDate
@context.Recipient
@context.Requestor
}