0
vasilas created
For example in Server.Repository.EfCoreRepository.txt I would like to write:
.Select (c => new OrderList
{
// Fill here the properties and navigation props
%% property-name %% = c.%% property-name %%,
%% np-property-name %% = c.%% np-property-name %%,
// Ex. Id = c.Id, Name = c.Name ... and so on
});
Similar to the angular template:
<% for(let prop of props) { %>
* **ABP Framework version:** v4.4.4
* **UI type**: Angular
* **DB provider**: EF Core
* **Tiered (MVC) or Identity Server Separated (Angular)**: yes / no