コード例 #1
0
 public void UpdateOfferPrepForm(OfferPrepForm OfferPrepForm)
 {
     UnitOfWork.OfferPrepFormRepository.Update(OfferPrepForm);
 }
コード例 #2
0
 public void DeleteOfferPrepForm(OfferPrepForm OfferPrepForm)
 {
     UnitOfWork.OfferPrepFormRepository.Delete(OfferPrepForm);
 }
コード例 #3
0
 public void InsertOfferPrepForm(OfferPrepForm OfferPrepForm)
 {
     UnitOfWork.OfferPrepFormRepository.Insert(OfferPrepForm);
 }