C# Class ModernizedAlice.ArtOfWords.Services.ModelService.PlaceModelService

場所のサービス
Show file Open project: kienaiProject/ArtOfWords Class Usage Examples

Public Methods

Method Description
AddNewPlace ( ) : PlaceModel

新しい場所を追加する

AddPlace ( PlaceModel addModel ) : PlaceModel

新しい場所を追加する

Method Details

AddNewPlace() public method

新しい場所を追加する
public AddNewPlace ( ) : PlaceModel
return ModernizedAlice.ArtOfWords.BizCommon.Model.StoryFrame.PlaceModel

AddPlace() public method

新しい場所を追加する
public AddPlace ( PlaceModel addModel ) : PlaceModel
addModel ModernizedAlice.ArtOfWords.BizCommon.Model.StoryFrame.PlaceModel 追加する場所
return ModernizedAlice.ArtOfWords.BizCommon.Model.StoryFrame.PlaceModel