refactor: 更改命名空间

This commit is contained in:
Argo-Lenovo 2022-06-02 10:13:18 +08:00
parent 2481a4a577
commit 09bf567698
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ using BootstrapBlazor.Components;
using PetaPoco;
using PetaPoco.Extensions;
namespace BootstrapBlazor.DataAcces.PetaPoco.Services;
namespace BootstrapAdmin.DataAccess.PetaPoco.Services;
/// <summary>
/// PetaPoco ORM 的 IDataService 接口实现