Пример #1
0
 public TarrifService(DomainModelPostgreSqlContext contex)
 {
     this.context = contex;
 }
Пример #2
0
 public PricingService(DomainModelPostgreSqlContext contex)
 {
     this.context = contex;
 }