示例#1
0
 public ImpCustomerManagerBL(ICustomerRL irepo)
 {
     this.irepo = irepo;
 }
 public CustomerBL(ICustomerRL customerRL)
 {
     this.customerRL = customerRL;
 }
示例#3
0
 public CustomerBL(ICustomerRL userRL)                      //Constructor n passing an object to IEmployeeBL
 {                                                          //to get an access of IEmployeeRL
     this.userRL = userRL;
 }