Exemplo n.º 1
0
 public PostsController(ContentOursourceContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public TransactionHistoriesController(ContentOursourceContext context)
 {
     _context = context;
 }
 public UsersHavingPostsController(ContentOursourceContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public KeywordsController(ContentOursourceContext context)
 {
     _context = context;
 }
Exemplo n.º 5
0
 public RolesController(ContentOursourceContext context)
 {
     _context = context;
 }
Exemplo n.º 6
0
 public UsersController(ContentOursourceContext context)
 {
     _context = context;
 }