Fixes namespace move from IT.
This commit is contained in:
parent
403120c685
commit
eaef44867a
6 changed files with 7 additions and 7 deletions
|
|
@ -291,9 +291,9 @@ namespace Yavsc
|
|||
SiteSetup = siteSettings.Value;
|
||||
Authority = siteSettings.Value.Authority;
|
||||
var blogsDir = siteSettings.Value.Blog;
|
||||
if (blogsDir==null) throw new Exception ("blogsDir==null");
|
||||
if (blogsDir==null) throw new Exception ("blogsDir is not set.");
|
||||
var billsDir = siteSettings.Value.Bills;
|
||||
if (billsDir==null) throw new Exception ("billsDir==null");
|
||||
if (billsDir==null) throw new Exception ("billsDir is not set.");
|
||||
|
||||
AbstractFileSystemHelpers.UserFilesDirName = new DirectoryInfo(blogsDir).FullName;
|
||||
AbstractFileSystemHelpers.UserBillsDirName = new DirectoryInfo(billsDir).FullName;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@model Yavsc.Models.IT.Maintaining.Feature
|
||||
@model Yavsc.Models.IT.Evolution.Feature
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Create";
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@model Yavsc.Models.IT.Maintaining.Feature
|
||||
@model Yavsc.Models.IT.Evolution.Feature
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Delete";
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@model Yavsc.Models.IT.Maintaining.Feature
|
||||
@model Yavsc.Models.IT.Evolution.Feature
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Details";
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@model Yavsc.Models.IT.Maintaining.Feature
|
||||
@model Yavsc.Models.IT.Evolution.Feature
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Edit";
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@model IEnumerable<Yavsc.Models.IT.Maintaining.Feature>
|
||||
@model IEnumerable<Yavsc.Models.IT.Evolution.Feature>
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Index";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue