コード例 #1
0
        public SqlNewsRepository(DOT_Net_CoreContext context)

        {
            _context = context;
        }
コード例 #2
0
 public HumanController(DOT_Net_CoreContext context, IHumanActions repository)
 {
     this._context    = context;
     this._repository = repository;
 }
コード例 #3
0
 public SqlHumanRepository(DOT_Net_CoreContext context)
 {
     _context = context;
 }