Exemplo n.º 1
0
 public CustomerService(ICustomerRepositary customerRepositary)
 {
     this._customerRepositary = customerRepositary;
 }
 public CustomerProvider(ICustomerRepositary repo)
 {
     this._repo = repo;
 }