public AccountController(NstugramContext context) { this._context = context; }
public UserController(NstugramContext context) { this._context = context; }
public FollowingController(NstugramContext context) { this._context = context; }
public CommentController(NstugramContext context) { this._context = context; }
public PhotoController(NstugramContext context) { this._context = context; }
public LikeController(NstugramContext context) { this._context = context; }