refactoring

This commit is contained in:
Paul Schneider 2018-12-27 23:53:27 +00:00
commit 18d1b7fea4
8 changed files with 33 additions and 11 deletions

View file

@ -1,4 +1,4 @@
namespace Yavsc.Models.IT.Maintaining
namespace Yavsc.Models.IT.Evolution
{
/// <summary>
/// A Feature status
@ -15,4 +15,4 @@ namespace Yavsc.Models.IT.Maintaining
Rejected,
Implemented
}
}
}