11 lines
201 B
Plaintext
11 lines
201 B
Plaintext
@page "/CustomerOrder/{CustomerOrderId}"
|
|
|
|
@inject EdiCustomerOrderService CustomerOrderService
|
|
@using SytelineSaAppEfDataModel.Dtos
|
|
@inherits LayoutComponentBase
|
|
|
|
<h3>CustomerOrder</h3>
|
|
|
|
@code {
|
|
|
|
} |