예제 #1
0
파일: UnitOfWork.cs 프로젝트: wccxsz/Cross
 return new AccountBLL(_db.Value);
예제 #2
0
 get => _rootHash.IsEmpty() ? null : Get(_db[_rootHash], ConvertToNibble(key));