Ejemplo n.º 1
0
 public void Add(Project entity)
 {
     _projectManagementRepository.Add(entity);
 }