Example #1
0
 public InterviewManagerController()
 {
     _client = new EWSIntegrationClient();
     _colors = new List <string> {
         "#DDD", "##DFF0D8", "#D9EDF7", "FCF8E3"
     };
 }
Example #2
0
 public InterviewScheduleController()
 {
     _client = new EWSIntegrationClient();
 }
 public InterviewScheduleController()
 {
     _client = new EWSIntegrationClient();
 }
 public InterviewManagerController()
 {
     _client = new EWSIntegrationClient();
     _colors = new List<string> { "#DDD", "##DFF0D8", "#D9EDF7", "FCF8E3" };
 }