コード例 #1
0
 public SurveyRepository(IText2ListSurvey text2ListSurvey)
 {
     _text2ListSurvey = text2ListSurvey;
 }
コード例 #2
0
 public ToSurveysTests()
 {
     service = new WebApi.Data.Text2ListSurvey();
 }