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