public CreateModel(musicwithfriendsContext context)
 {
     _context = context;
 }
示例#2
0
 public GetSongsModel(musicwithfriendsContext context)
 {
     _context = context;
 }
 public DetailsModel(musicwithfriendsContext context, IHostingEnvironment env)
 {
     _context = context;
     _env     = env;
 }