示例#1
0
 public AccountBL(IAccountRL accountRl)
 {
     this.accountRL = accountRl;
 }
示例#2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="AccountBL"/> class.
 /// </summary>
 /// <param name="notesRL">The notes rl.</param>
 public AccountBL(IAccountRL notesRL)
 {
     this.notesRL = notesRL;
 }
示例#3
0
 public AccountBL(IAccountRL account)
 {
     this.account = account;
 }