Method | Description | |
---|---|---|
AddAgendaPoint ( int recordOfMeetingId, EAgendaPointStatus status, int petianoId, string title, string description ) : System.Web.Mvc.ActionResult | ||
DeleteAgendaPoint ( int Id ) : System.Web.Mvc.ActionResult | ||
EditAgendaPoint ( int id ) : System.Web.Mvc.ActionResult | ||
FixAgendaPoint ( int Id ) : System.Web.Mvc.ActionResult | ||
GetAgendaPoint ( int Id ) : System.Web.Mvc.ActionResult | ||
MeetingAPIController ( IRecordOfMeetingService recordoOfMeetingService, IAgendaPointService agendaPointService, IPETianoService petianoService, IAbsentOrLateService absentOrLateService, ICommentOfMeetingService commentOfMeetingService ) : System | ||
UnfixAgendaPoint ( int Id ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
EditAgendaPoint ( int id, EAgendaPointStatus status, int recordOfMeetingId, int petianoId, string title, string description ) : System.Web.Mvc.ActionResult |
public AddAgendaPoint ( int recordOfMeetingId, EAgendaPointStatus status, int petianoId, string title, string description ) : System.Web.Mvc.ActionResult | ||
recordOfMeetingId | int | |
status | EAgendaPointStatus | |
petianoId | int | |
title | string | |
description | string | |
return | System.Web.Mvc.ActionResult |
public DeleteAgendaPoint ( int Id ) : System.Web.Mvc.ActionResult | ||
Id | int | |
return | System.Web.Mvc.ActionResult |
public EditAgendaPoint ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public FixAgendaPoint ( int Id ) : System.Web.Mvc.ActionResult | ||
Id | int | |
return | System.Web.Mvc.ActionResult |
public GetAgendaPoint ( int Id ) : System.Web.Mvc.ActionResult | ||
Id | int | |
return | System.Web.Mvc.ActionResult |
public MeetingAPIController ( IRecordOfMeetingService recordoOfMeetingService, IAgendaPointService agendaPointService, IPETianoService petianoService, IAbsentOrLateService absentOrLateService, ICommentOfMeetingService commentOfMeetingService ) : System | ||
recordoOfMeetingService | IRecordOfMeetingService | |
agendaPointService | IAgendaPointService | |
petianoService | IPETianoService | |
absentOrLateService | IAbsentOrLateService | |
commentOfMeetingService | ICommentOfMeetingService | |
return | System |
public UnfixAgendaPoint ( int Id ) : System.Web.Mvc.ActionResult | ||
Id | int | |
return | System.Web.Mvc.ActionResult |