Example #1
0
 public PhotoAlbumItemRepository(yslDataContext context)
 {
     this.db = context;
 }
Example #2
0
 public AccountRepository(yslDataContext context)
 {
     this.db = context;
 }
Example #3
0
 public MediaRepository(yslDataContext context)
 {
     this.db = context;
 }
Example #4
0
 public VideoRepository(yslDataContext context)
 {
     this.db = context;
 }
Example #5
0
 public AudioRepository(yslDataContext context)
 {
     this.db = context;
 }
Example #6
0
 public EventArtistRepository(yslDataContext context)
 {
     this.db = context;
 }
Example #7
0
 public PhotoRepository(yslDataContext context)
 {
     this.db = context;
 }
Example #8
0
 public ArtistMemberRepository(yslDataContext context)
 {
     this.db = context;
 }