Example #1
0
 public void UpdateChattelsTypes(ChattelsTypes ChattelsTypes)
 {
     UnitOfWork.ChattelsTypesRepository.Update(ChattelsTypes);
 }
Example #2
0
 public void DeleteChattelsTypes(ChattelsTypes ChattelsTypes)
 {
     UnitOfWork.ChattelsTypesRepository.Delete(ChattelsTypes);
 }
Example #3
0
 public void InsertChattelsTypes(ChattelsTypes ChattelsTypes)
 {
     UnitOfWork.ChattelsTypesRepository.Insert(ChattelsTypes);
 }