This is my DTO object
public class ADto : EntityDto<int>, IInputDto{
public List<BDto> ListB{get;set;} }
How to pass data ListB to Service API ?? ListB always is Empty
When using data annotations to validate Data Transfer Objects, members is null on validationErrors !!! :oops: Please help me, Thanks !