Exemplo n.º 1
0
 public CharacterSummaryApi(EreunaContext context) : base(context)
 {
 }
Exemplo n.º 2
0
 public IdeaApi(EreunaContext context) : base(context)
 {
 }
Exemplo n.º 3
0
 public RecentProjectsApi(EreunaContext context) : base(context)
 {
 }
Exemplo n.º 4
0
 internal SecureApiEndpoint(EreunaContext context)
 {
     _context = context;
 }
Exemplo n.º 5
0
 public LoginApi(EreunaContext context, ISessionProvider sessionProvider, IFacebookApi facebookApi)
 {
     _context         = context;
     _sessionProvider = sessionProvider;
     _facebookApi     = facebookApi;
 }
Exemplo n.º 6
0
 public ActivityApi(EreunaContext context)
 {
     _context = context;
 }
Exemplo n.º 7
0
 public CharacterDetailApi(EreunaContext context) : base(context)
 {
 }
Exemplo n.º 8
0
 public ProjectSummaryApi(EreunaContext context) : base(context)
 {
 }