예제 #1
0
 public Task <(CharacterPlotElementConnectionViewModel result, bool isFound)> UpdateCharacterPlotElementConnectionViewModelAsync(Guid fromNodeId, Guid toNodeId, CharacterPlotElementConnectionViewModel characterPlotElementConnectionViewModel)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public Task <CharacterPlotElementConnectionViewModel> CreateCharacterPlotElementConnectionViewModelAsync(CharacterPlotElementConnectionViewModel characterPlotElementConnectionViewModel)
 {
     throw new NotImplementedException();
 }