Exemplo n.º 1
0
 public PrintedDocumentsListDto GetPrintedList()
 {
     return(new PrintedDocumentsListDto()
     {
         List = _logic.GetPrintedList()
     });
 }