Exemplo n.º 1
0
 public Task <(CharacterPlotElementConnectionViewModel result, bool isFound)> UpdateCharacterPlotElementConnectionViewModelAsync(Guid fromNodeId, Guid toNodeId, CharacterPlotElementConnectionViewModel characterPlotElementConnectionViewModel)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public Task <CharacterPlotElementConnectionViewModel> CreateCharacterPlotElementConnectionViewModelAsync(CharacterPlotElementConnectionViewModel characterPlotElementConnectionViewModel)
 {
     throw new NotImplementedException();
 }