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