Пример #1
0
 public bool CreateTestPurchaseIntention(TestPurchaseIntention purchaseIntention)
 {
     try
     {
         return(_intentiomDao.CreateTestPurchaseIntention(purchaseIntention));
     }
     catch (Exception ex)
     {
         throw  new Exception(ex.Message);
     }
 }