Exemplo n.º 1
0
 public CourseService()
 {
     sheffieldProxy = new Sheffield.SheffieldWebService();
     sheffieldHalamProxy = new SheffieldHallam.SHUWebService();
 }
Exemplo n.º 2
0
 public UniversitiesService()
 {
     _sheffieldProxy = new Sheffield.SheffieldWebService();
     _shuProxy       = new Sheffield_Hallam.SHUWebService();
 }
Exemplo n.º 3
0
 public UniversityCoursesService()
 {
     _SHUproxy   = new UniversityCourses.SHU.SHUWebService();
     _Sheffproxy = new UniversityCourses.Sheffield.SheffieldWebService();
 }