示例#1
0
 public EfPostRepository(SuSoContext context) : base(context)
 {
 }
示例#2
0
 public EfCategoryRepository(SuSoContext context) : base(context)
 {
 }
 public EfUnitOfWork(SuSoContext _suSoContext)
 {
     suSoContext = _suSoContext ?? throw new ArgumentNullException("suSoContext can not be null");
 }
 public EfSubjectRepository(SuSoContext context) : base(context)
 {
 }