コード例 #1
0
 public void UpdateApplyCash(ApplyCash entity)
 {
     _cashRepository.Update(entity);
 }
コード例 #2
0
 public void InsertApplyCash(ApplyCash entity)
 {
     _cashRepository.Insert(entity);
 }