Esempio n. 1
0
 public TblUsersController(SaitynasContext context, IUserService userService)
 {
     _context     = context;
     _userService = userService;
 }
 public TblCreatorsController(SaitynasContext context)
 {
     _context = context;
 }
Esempio n. 3
0
 public TblArtworksController(SaitynasContext context)
 {
     _context = context;
 }
Esempio n. 4
0
 public TblRatingsController(SaitynasContext context)
 {
     _context = context;
 }