Exemplo n.º 1
0
 public void UpdateApplyCash(ApplyCash entity)
 {
     _cashRepository.Update(entity);
 }
Exemplo n.º 2
0
 public void InsertApplyCash(ApplyCash entity)
 {
     _cashRepository.Insert(entity);
 }