Exemplo n.º 1
0
 public Receipt Get(int id)
 {
     return(_receiptService.Get(id));
 }