Exemplo n.º 1
0
 public static Survey GetById(int id)
 {
     return(Converters.SurveyConverter.ToDTO(SurveyDAL.GetById(id)));
 }