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