예제 #1
0
 public ChoirmasterMapper(ChoirDbContext context) : base(context)
 {
 }
예제 #2
0
 public SingerMapper(ChoirDbContext context) : base(context)
 {
 }
예제 #3
0
 public SheetsInfoMapper(ChoirDbContext context) : base(context)
 {
 }
예제 #4
0
 public NewsMapper(ChoirDbContext context) : base(context)
 {
 }
예제 #5
0
 public EventMapper(ChoirDbContext context) : base(context)
 {
 }
예제 #6
0
 public EventRegistrationMapper(ChoirDbContext context) : base(context)
 {
 }
예제 #7
0
 public UserMapper(ChoirDbContext context) : base(context)
 {
 }
예제 #8
0
 public RehearsalMapper(ChoirDbContext context) : base(context)
 {
 }
예제 #9
0
 public SongMapper(ChoirDbContext context) : base(context)
 {
 }
예제 #10
0
 public GenericMapper(ChoirDbContext context)
 {
     Context = context;
 }