Пример #1
0
 public ClientData(AlfaDbContext db)
 {
     this.db = db;
 }
Пример #2
0
 public InvoiceData(AlfaDbContext db)
 {
     this.db = db;
 }