Skip to content

Instantly share code, notes, and snippets.

@selcukusta
Created December 20, 2017 13:43
Show Gist options
  • Select an option

  • Save selcukusta/98eb679c8205a4ffce6a1bff58eaf76c to your computer and use it in GitHub Desktop.

Select an option

Save selcukusta/98eb679c8205a4ffce6a1bff58eaf76c to your computer and use it in GitHub Desktop.
using System;
using System.Globalization;
namespace test.poco
{
public class CultureTestParameter
{
public CultureInfo Culture { get; set; }
public DateTime Actual { get; set; }
public string Expected { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment