Exemplo n.º 1
0
 public List <Position> GetAll(Passport passport)
 {
     return(CustomerDataConverter.RowToPositionList(dal.GetAll(passport)));
 }