Example #1
0
 public IGGAndAVRepository <AudioVideo, int> GetAudioVideoRepository()
 {
     return(audioVideoRepository ?? (audioVideoRepository = new AudioVideoRepository(new GlobalGoalContext())));
 }
Example #2
0
 public IGGAndAVRepository <GlobalGoal, int> GetGlobalGoalRepository()
 {
     return(globalGoalRepository ?? (globalGoalRepository = new GlobalGoalRepository(new GlobalGoalContext())));
 }