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