C# Class Geekhub.Modules.Meetings.Data.MeetingsService

ファイルを表示 Open project: geekhubdk/geekhub

Public Methods

Method Description
Create ( MeetingFormModel formModel ) : Meeting
Create ( Geekhub.Modules.Meetings.ViewModels.JsonViewModel formModel ) : void
Delete ( int meetingId ) : void
DeleteAll ( ) : void
Save ( int meetingId, MeetingFormModel formModel ) : void

Private Methods

Method Description
SetID ( Meeting meeting ) : void

Method Details

Create() public method

public Create ( MeetingFormModel formModel ) : Meeting
formModel Geekhub.Modules.Meetings.ViewModels.MeetingFormModel
return Geekhub.Modules.Meetings.Models.Meeting

Create() public method

public Create ( Geekhub.Modules.Meetings.ViewModels.JsonViewModel formModel ) : void
formModel Geekhub.Modules.Meetings.ViewModels.JsonViewModel
return void

Delete() public method

public Delete ( int meetingId ) : void
meetingId int
return void

DeleteAll() public method

public DeleteAll ( ) : void
return void

Save() public method

public Save ( int meetingId, MeetingFormModel formModel ) : void
meetingId int
formModel Geekhub.Modules.Meetings.ViewModels.MeetingFormModel
return void