Exemplo n.º 1
0
 /// <inheritdoc />
 public Task <bool> TryCreateAsync(WorldEntryModel model)
 {
     return(DefaultRepository.TryCreateAsync(model));
 }
Exemplo n.º 2
0
 /// <inheritdoc />
 public Task <bool> TryCreateAsync(TCustomContentModelType model)
 {
     return(DefaultRepository.TryCreateAsync(model));
 }