public PosReceiptOfTestingDetailController(IPosMerchantService posMerchantService, IPosReceiptOfTestingService posReceiptOfTestingService)
 {
     _posMerchantService         = posMerchantService;
     _posReceiptOfTestingService = posReceiptOfTestingService;
 }
 public PosMerchantDetailController(IPosAddressService posAddressService, IPosMerchantService posMerchantService)
 {
     _posAddressService  = posAddressService;
     _posMerchantService = posMerchantService;
 }