public OrderNoteViewComponent(List<OrderNoteDetail> orderNotes)
		{
			_context = orderNotes == null ? null : new OrderNoteContext(orderNotes);
		}
Пример #2
0
 public OrderNoteViewComponent(List <OrderNoteDetail> orderNotes)
 {
     _context = orderNotes == null ? null : new OrderNoteContext(orderNotes);
 }