Example #1
0
 public async Task <int?> CreateAsync(Guid key)
 {
     return(await _repository.CreateAsync(key));
 }