Ejemplo n.º 1
0
 public PaymentQueryController()
 {
     service = new Service(new Repository(Db));
 }