Imdb.Tests.Fakes.FakeMovieRepository.LastUpdated C# (CSharp) Method

LastUpdated() public method

public LastUpdated ( ) : System.DateTime
return System.DateTime
        public DateTime LastUpdated()
        {
            return DateTime.Parse("2008.08.08");
        }