コード例 #1
0
 public PlaylistController(MyDbContext context, MyHelperService helper)
 {
     _context = context;
     _helper  = helper;
 }