예제 #1
0
파일: OwnController.cs 프로젝트: s16481/cw5
 public OwnController(cw4Context context)
 {
     _context = context;
 }
예제 #2
0
 public StudentsControllerGenerated(cw4Context context)
 {
     _context = context;
 }