Beispiel #1
0
 public Answer Activate(Answer entity)
 {
     return(repository.Activate(entity));
 }