Esempio n. 1
0
 public EvaluationInfo()
 {
     this.evaluationService         = new EvaluationWcfServiceClient();
     this.questionService           = new QuestionWcfServiceClient();
     this.evaluationTemplateService = new EvaluationTemplateWcfServiceClient();
 }
Esempio n. 2
0
 public CreateForm()
 {
     this.evaluationService = new EvaluationWcfServiceClient();
     this.accountService    = new AccountWcfServiceClient();
 }
        //private IAccountWcfService accountService;

        public Evaluation()
        {
            this.evaluationService = new EvaluationWcfServiceClient();
            //this.accountService = new AccountWcfServiceClient();
        }