Exemplo n.º 1
0
 public SurveyRepository(IText2ListSurvey text2ListSurvey)
 {
     _text2ListSurvey = text2ListSurvey;
 }
Exemplo n.º 2
0
 public ToSurveysTests()
 {
     service = new WebApi.Data.Text2ListSurvey();
 }