Exemplo n.º 1
0
 public void AddCenter(CenterDto center)
 {
     _centerRepository.AddCenter(center.MapToDbModel());
 }