Exemple #1
0
 public ChartOfAccount(string accId, ChartofAccountType type, string description)
 {
     this.accountId   = accId;
     this.type        = type;
     this.description = description;
 }
Exemple #2
0
 public ChartOfAccount(string accId, ChartofAccountType type)
 {
     this.accountId = accId;
     this.type      = type;
 }