public ElectricGuitarRepository(ILegatoContext context)
 {
     _context = context;
 }
Example #2
0
 public AcousticWesternGuitarRepository(ILegatoContext context)
 {
     _context = context;
 }
 public AcousticClassicalGuitarRepository(ILegatoContext context)
 {
     _context = context;
 }
Example #4
0
 public BassGuitarRepository(ILegatoContext context)
 {
     _context = context;
 }
Example #5
0
 public UserRepository(ILegatoContext context)
 {
     _context = context;
 }