Exemplo n.º 1
0
 public PackageServices(PandaRtaDbContext db, IReceiptsServices receiptsServices)
 {
     this.db = db;
     this.receiptsServices = receiptsServices;
 }
Exemplo n.º 2
0
 public ReceiptsController(IReceiptsServices receiptsServices)
 {
     this.receiptsServices = receiptsServices;
 }