DateipfadeTest.cs 268 B

1234567891011121314151617
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using NUnit.Framework;
  6. namespace GCHR.Tests.Model
  7. {
  8. [TestFixture]
  9. class DateipfadeTest
  10. {
  11. public void Standardwerte()
  12. {
  13. }
  14. }
  15. }