コード例 #1
0
ファイル: TodosController.cs プロジェクト: yosoyadri/Breeze
 public string Purge()
 {
     return _repository.Purge();
 }