示例#1
0
 public PostImageService(blogcontext context) : base(context)
 {
 }
示例#2
0
 public CategoryService(blogcontext context) : base(context)
 {
 }
示例#3
0
 public Repository(blogcontext context)
 {
     this._context  = context;
     this._entities = context.Set <T>();
 }