Example #1
0
 public UpsertGoal(ILoginService loginService, IApolloDocumentStore documentStore) : base(loginService)
 {
     this.documentStore = documentStore;
 }
Example #2
0
 public GoalsDataService(IApolloDocumentStore documentStore)
 {
     this.documentStore = documentStore;
 }