public MN_CustomerGroupService(IMN_CustomerGroupRepository _MN_CustomerGroupRepository)
 {
     this._MN_CustomerGroupRepository = _MN_CustomerGroupRepository;
 }
Exemplo n.º 2
0
 public CustomerService(IMN_CustomerRepository _MN_CustomerRepository, IMN_CustomerGroupRepository _MN_CustomerGroupRepository, IMN_ContactRepository _MN_ContactRepository)
 {
     this._MN_CustomerRepository      = _MN_CustomerRepository;
     this._MN_CustomerGroupRepository = _MN_CustomerGroupRepository;
     this._MN_ContactRepository       = _MN_ContactRepository;
 }