Hi everybody, i want to get all items and payments of a check, i am using
opsContext.Check.CheckInformation.ToList().ForEach(c =>
{
//opsContext.ShowMessage(c.ToString());
});
but CheckInformation is always empty, how can i get the items and payments of the current check?
opsContext.Check.CheckInformation.ToList().ForEach(c =>
{
//opsContext.ShowMessage(c.ToString());
});
but CheckInformation is always empty, how can i get the items and payments of the current check?