Exemplo n.º 1
0
 /// <inheritdoc />
 public Task UpdateAsync(int key, CharacterGroupEntryModel model)
 {
     return(GenericBackedRepository.UpdateAsync(key, model));
 }
Exemplo n.º 2
0
 /// <inheritdoc />
 public Task <bool> TryCreateAsync(CharacterGroupEntryModel model)
 {
     return(GenericBackedRepository.TryCreateAsync(model));
 }