Example #1
0
 public TarrifService(DomainModelPostgreSqlContext contex)
 {
     this.context = contex;
 }
Example #2
0
 public PricingService(DomainModelPostgreSqlContext contex)
 {
     this.context = contex;
 }