コード例 #1
0
 public virtual async Task <TEntity> GetByIdAsync(Guid id)
 {
     return(await _entityRepository.GetByIdAsync(id));
 }