Rename ResultStatus to Results

This commit is contained in:
2016-05-06 11:16:43 -04:00
parent e0788154ec
commit cf3a13b77b
8 changed files with 41 additions and 36 deletions
@@ -1,7 +1,7 @@
using System;
using System.Linq;
using LeafWeb.Core.Entities;
using LeafWeb.Web.ViewModels.ResultStatus;
using LeafWeb.Web.ViewModels.Results;
using NUnit.Framework;
namespace LeafWeb.Web.Tests.ViewModels.ResultStatus