示例#1
0
 public IActionResult MyEvents()
 {
     return(View(_eventAppService.GetEventByOrganizer(OrganizerId)));
 }