예제 #1
0
 public ServiceController(AVGContext context)
 {
     _context = context;
 }
 public VideoController(AVGContext context)
 {
     _context = context;
 }
예제 #3
0
 public PictureController(AVGContext context)
 {
     _context = context;
 }
예제 #4
0
 static void Main(string[] args)
 {
     using (var db = new AVGContext())
     {
     }
 }