Example #1
0
 public ServiceBase(LinQDemoContext context)
 {
     Context = context;
 }
Example #2
0
 public StudentService(LinQDemoContext context) : base(context)
 {
 }