Example #1
0
 public void Add(Locacao entity)
 {
     _locacaoRepository.Add(entity);
 }