コード例 #1
0
ファイル: RESTManager.cs プロジェクト: MILL-COLOMBIA/wiishper
 public Task <string> AddFriend(int id)
 {
     return(restService.AddFriend(id));
 }