Ejemplo n.º 1
0
 /// <summary>
 /// Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
 /// </summary>
 public void Dispose()
 {
     calendarClient = null;
 }
Ejemplo n.º 2
0
 public AmplaCalendarRepository(IDataWebServiceCalendarClient calendarClient, ICredentialsProvider credentialsProvider)
 {
     this.calendarClient      = calendarClient;
     this.credentialsProvider = credentialsProvider;
     modelProperties          = new ModelProperties <TModel>();
 }