Ejemplo n.º 1
0
 public StudentsQueryHandler()
 {
     _context = new WCFContext();
 }
 public CoursesQueryHandler()
 {
     _context = new WCFContext();
 }
 public ExecutorService()
 {
     _context = new WCFContext();
 }
 public StudentsCommandHandler()
 {
     _context = new WCFContext();
 }
 public FriendService()
 {
     _context = new WCFContext();
 }