Exemplo n.º 1
0
 public TarrifService(DomainModelPostgreSqlContext contex)
 {
     this.context = contex;
 }
Exemplo n.º 2
0
 public PricingService(DomainModelPostgreSqlContext contex)
 {
     this.context = contex;
 }