Exemplo n.º 1
0
 public void Create(ActionType actionType)
 {
     _actionTypeRepository.Add(actionType);
     _unitOfWork.Commit();
 }
Exemplo n.º 2
0
 public void Create(ActionType actionType)
 {
     _actionTypeRepository.Add(actionType);
 }