コード例 #1
0
ファイル: ActivityService.cs プロジェクト: armpending/GitFit
 public IEnumerable <Activity> GetActivities()
 {
     return(_acc.GetActivities());
 }