コード例 #1
0
 public JsonResult MarkAsDefault(int id)
 {
     return(Json(_emailAccountService.MarkAsDefault(id)));
 }