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