BuildFeed/MongoTimeChecker/Build.cs
Thomas Hounsell 5501453484 Another round of automated time fixes
Curse Mongo driver assuming UTC.
2015-10-27 22:34:58 +00:00

22 lines
357 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RedisMongoMigration
{
public enum TypeOfSource
{
PublicRelease,
InternalLeak,
UpdateGDR,
UpdateLDR,
AppPackage,
BuildTools,
Documentation,
Logging,
PrivateLeak
}
}