同步命名空间

This commit is contained in:
橙子
2023-01-15 09:47:56 +08:00
parent 1bd035e1ca
commit 3bce7de015
4 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Yi.Framework.Ddd.Repository
namespace Yi.Framework.Ddd.Repositories
{
public interface IRepository<T>
{