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