Ejemplo n.º 1
0
 DashboardPart DashboardItemOrdered()
 => new DashboardPart
 {
     Text = "Ordered", Description = "Ordered", Sequence = 5, BadgesInternal = Engine.GetBadgesOrdered(AssistantKey, null).ToList()
 };
Ejemplo n.º 2
0
 DashboardPart DashboardItemDue()
 => new DashboardPart
 {
     Text = "Due", Description = "Order by Due", Sequence = 3, BadgesInternal = Engine.GetBadgesDues(AssistantKey).ToList()
 };