11 lines
218 B
C#
11 lines
218 B
C#
using DOAN.Model.PBL;
|
|
using DOAN.Model.PBL.Dto;
|
|
|
|
namespace DOAN.Service.PBL.IService;
|
|
|
|
public interface IBigScreenService : IBaseService<Storagelocation>
|
|
{
|
|
List<BIgScreenDto> SearchShelfLightInfomation();
|
|
|
|
|
|
} |