refactoring
This commit is contained in:
parent
9a2098052d
commit
f3a2efa244
64 changed files with 121 additions and 159 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace yavscModel.Admin
|
||||
namespace Yavsc.Model.Admin
|
||||
{
|
||||
public class RestoreQuery: DataAccess
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue