예제 #1
0
 public Invoice(DataRow row, Invoices invoices) : base(row, invoices)
 {
     _invoices = invoices;
 }