コード例 #1
0
 public string Delete(Guid id)
 {
     _inboxService.Delete(id);
     return("ok");
 }