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