Exemplo n.º 1
0
 public FindPaymentService(IFindPaymentDao testDao)
 {
     findPaymentDao = testDao;
 }
Exemplo n.º 2
0
 public FindPaymentService()
 {
     findPaymentDao = DaoFactory.GetDao <IFindPaymentDao>();
 }