コード例 #1
0
ファイル: Service1.cs プロジェクト: send2vinnie/AbpToTheBone
 public string GetTestData()
 {
     return(string.Format("You entered: {0}", _testAppSvc.GetData()));
 }