* Extended of Dtos
* Added new Services and Controllers
This commit is contained in:
@@ -31,6 +31,7 @@ namespace SytelineSaAppEfDataModel
|
||||
CreateMap<Item, ItemDto>().ReverseMap();
|
||||
CreateMap<VatCodeAssociation, VatCodeAssociationDto>().ReverseMap();
|
||||
CreateMap<ItemCustPriceAll, ItemCustPriceAllDto>().ReverseMap();
|
||||
CreateMap<EdiLog, EdiLogDto>().ReverseMap();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user