Пример #1
0
 public TagController(ProjectUnderscoreContext context)
 {
     _context = context;
 }
 public UserItemController(ProjectUnderscoreContext context)
 {
     _context = context;
 }