feat(esppOrderLoader): доделал логику синхронизации
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
using PARR.DAL.Models;
|
||||
using PARR.DAL.Contracts;
|
||||
using PARR.DAL.Models;
|
||||
|
||||
namespace PARR.DAL.Services.Interfaces
|
||||
{
|
||||
public interface IOrderStatusService
|
||||
{
|
||||
IQueryable<OrderStatus> Get();
|
||||
OrderStatusEnum GetOrderStatusByName(string statusName);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user