refactoring

This commit is contained in:
Paul Schneider 2014-10-06 04:58:47 +02:00
commit f3a2efa244
64 changed files with 121 additions and 159 deletions

View file

@ -4,7 +4,7 @@ using System.IO;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
namespace yavscModel.Admin
namespace Yavsc.Model.Admin
{
public class DataAccess {
private string host = "localhost";

View file

@ -1,7 +1,7 @@
using System;
using System.ComponentModel.DataAnnotations;
namespace yavscModel.Admin
namespace Yavsc.Model.Admin
{
public class RestoreQuery: DataAccess
{