Exemplo n.º 1
0
 public ElectricGuitarRepository(ILegatoContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public AcousticWesternGuitarRepository(ILegatoContext context)
 {
     _context = context;
 }
 public AcousticClassicalGuitarRepository(ILegatoContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public BassGuitarRepository(ILegatoContext context)
 {
     _context = context;
 }
Exemplo n.º 5
0
 public UserRepository(ILegatoContext context)
 {
     _context = context;
 }