예제 #1
0
        public ApiController(SocialGamificationAssetContext context)
        {
            if (context == null)
            {
                throw new ArgumentNullException(nameof(context));
            }

            _context = context;
        }
 public AchievementsController(SocialGamificationAssetContext context)
     : base(context)
 {
 }
예제 #3
0
 public GoalsController(SocialGamificationAssetContext context)
     : base(context)
 {
 }
예제 #4
0
 public AlliancesController(SocialGamificationAssetContext context)
     : base(context)
 {
 }
 public InventoryController(SocialGamificationAssetContext context)
     : base(context)
 {
 }
예제 #6
0
 public TournamentsController(SocialGamificationAssetContext context)
     : base(context)
 {
 }
예제 #7
0
 public ActivitiesController(SocialGamificationAssetContext context)
     : base(context)
 {
 }
 public AttributesController(SocialGamificationAssetContext context)
     : base(context)
 {
 }