public Register()
 {
     this.accountService = new AccountWcfServiceClient();
 }
Beispiel #2
0
 public CreateForm()
 {
     this.evaluationService = new EvaluationWcfServiceClient();
     this.accountService    = new AccountWcfServiceClient();
 }