feat(dal,domain): Таблицы роботов перенесены в схему robot. Создана таблица TemplateRenamePendings - Шаблоны находящиеся в процессе переименования
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
using PARR.Core.Repositories.Interfaces;
|
||||
using PARR.DAL.Context;
|
||||
using PARR.Domain.Entities;
|
||||
using PARR.Domain.Entities.RobotEntities;
|
||||
|
||||
namespace PARR.DAL.Repositories
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
using PARR.Core.Repositories.Interfaces;
|
||||
using PARR.DAL.Context;
|
||||
using PARR.DAL.Repositories.Base;
|
||||
using PARR.Domain.Entities;
|
||||
using PARR.Domain.Entities.RobotEntities;
|
||||
|
||||
namespace PARR.DAL.Repositories
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using PARR.Core.Repositories.Interfaces;
|
||||
using PARR.DAL.Context;
|
||||
using PARR.Domain.Entities;
|
||||
using PARR.Domain.Entities.RobotEntities;
|
||||
|
||||
namespace PARR.DAL.Repositories
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using PARR.Core.Repositories.Interfaces;
|
||||
using PARR.DAL.Context;
|
||||
using PARR.Domain.Entities;
|
||||
using PARR.Domain.Entities.RobotEntities;
|
||||
|
||||
namespace PARR.DAL.Repositories
|
||||
{
|
||||
|
||||
@@ -12,7 +12,7 @@ namespace PARR.DAL.Repositories
|
||||
this.dataContext = dataContext;
|
||||
}
|
||||
|
||||
public IQueryable<Domain.Entities.TaskStatus> Get()
|
||||
public IQueryable<Domain.Entities.RobotEntities.TaskStatus> Get()
|
||||
{
|
||||
return dataContext.TaskStatuses;
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@ namespace PARR.DAL.Repositories
|
||||
this.dataContext = dataContext;
|
||||
}
|
||||
|
||||
public IQueryable<Domain.Entities.TaskStatus> Get()
|
||||
public IQueryable<Domain.Entities.RobotEntities.TaskStatus> Get()
|
||||
{
|
||||
return dataContext.TaskStatuses;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user