Beispiel #1
0
 public EfMusiciansDbService(MusiciansDbContext context)
 {
     _context = context;
 }