Ejemplo n.º 1
0
 public Domain.Ideation.Ideation RemoveIdeation(int id)
 {
     return(_ideationRepository.DeleteIdeation(id));
 }