コード例 #1
0
 public string SetStarred(Guid id, bool isStarred)
 {
     _inboxService.SetStar(id, isStarred);
     return("ok");
 }