public LedgerCodeSpecification(LedgerCode code)
 {
     this.code = code
 }
示例#2
0
 public Bank(ISepcification <IBank> spec)
 {
     this.code = code;
     this.spec = spec;
 }