Inheritance: Microsoft.WindowsAzure.StorageClient.TableServiceContext, IRequiresInitialization
        public AzureReservationRepository(ReservationContext context)
        {
            if (context == null)
            {
                throw new ArgumentNullException("context");
            }

            this.context = context;
        }
        public AzureReservationRepository(ReservationContext context)
        {
            if (context == null)
            {
                throw new ArgumentNullException("context");
            }

            this.context = context;
        }