Ejemplo n.º 1
0
        ICustomerControlService _customerControlService; //Kontrol Servisi

        public CustomerManager(ICustomerControlService customerControlService)
        {
            _customerControlService = customerControlService;
        }
Ejemplo n.º 2
0
 public EnterpriseCustomerManager(ICustomerControlService persolControlService)
 {
     _customerControlService = persolControlService;
 }