Esempio n. 1
0
 public ClassifyService(SaidDbContext context)
     : base(context)
 {
 }
Esempio n. 2
0
 /// <summary>
 /// 数据库连接
 /// </summary>
 public BaseService(SaidDbContext context)
 {
     Context = context;
     dbset   = Context.Set <T>();
 }
Esempio n. 3
0
 public CommentService(SaidDbContext context)
     : base(context)
 {
 }
Esempio n. 4
0
 public SongService(SaidDbContext context)
     : base(context)
 {
 }
Esempio n. 5
0
 public UserService(SaidDbContext context)
     : base(context)
 {
 }
Esempio n. 6
0
 public ImageService(SaidDbContext context)
     : base(context)
 {
 }
Esempio n. 7
0
 public BannerService(SaidDbContext factory)
     : base(factory)
 {
 }
Esempio n. 8
0
 public ArticleService(SaidDbContext context)
     : base(context)
 {
 }
Esempio n. 9
0
 public BlogTagsService(SaidDbContext factory)
     : base(factory)
 {
 }
Esempio n. 10
0
 public AdminService(SaidDbContext context)
     : base(context)
 {
 }
Esempio n. 11
0
 public BlogService(SaidDbContext context)
     : base(context)
 {
 }
Esempio n. 12
0
 public ReplyService(SaidDbContext context)
     : base(context)
 {
 }