Created
December 20, 2017 13:43
-
-
Save selcukusta/98eb679c8205a4ffce6a1bff58eaf76c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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