Пример #1
0
 public PostPaymentService(IPostPaymentDao testDao)
 {
     postPaymentDao = testDao;
 }
Пример #2
0
 public PostPaymentService()
 {
     postPaymentDao = DaoFactory.GetDao <IPostPaymentDao>();
 }