QuartzOtpionsBuilder.cs
339 Bytes
using Microsoft.Extensions.DependencyInjection;
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Text;
namespace Quartz.AspNetCore
{
	public class QuartzOtpionsBuilder
	{
		public IServiceCollection Services { get; set; }
		internal NameValueCollection Properties { get; set; }
	}
}