Code cleanup

This commit is contained in:
2015-07-22 12:41:13 +02:00
parent dd1869f124
commit 45f0018512
8 changed files with 11 additions and 24 deletions

View File

@@ -285,4 +285,4 @@ namespace VAR.Focus.Web.Code.BusinessLogic
#endregion
}
}
}

View File

@@ -86,4 +86,4 @@ namespace VAR.Focus.Web.Code.BusinessLogic
}
}
}

View File

@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace VAR.Focus.Web.Code.Entities
{
@@ -21,4 +18,4 @@ namespace VAR.Focus.Web.Code.Entities
public string ModifiedBy { get; set; }
public DateTime ModifiedDate { get; set; }
}
}
}

View File

@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace VAR.Focus.Web.Code.Entities
{

View File

@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace VAR.Focus.Web.Code.Entities
{
public class OperationStatus