コード例 #1
0
 public IndexModel(musicwithfriends.Models.musicwithfriendsContext context)
 {
     _context = context;
 }
コード例 #2
0
 public DeleteModel(musicwithfriends.Models.musicwithfriendsContext context)
 {
     _context = context;
 }
コード例 #3
0
 public EditModel(musicwithfriends.Models.musicwithfriendsContext context)
 {
     _context = context;
 }