コード例 #1
0
 public string GetThing()
 {
     var repository = new SqlRepository(this.connectionString);
     return repository.GetMessage(2);
 }