Equipment, Lokáció de még csak a lista
This commit is contained in:
@@ -5,7 +5,10 @@ namespace WorkFlowCheck.Web.Services.Interfaces
|
||||
public interface IBaseStockService
|
||||
{
|
||||
Task<List<CheckPointDTO>> GetAllCheckPoints();
|
||||
Task<List<EquipmentDTO>> GetAllEquipments();
|
||||
Task<List<LocationDTO>> GetAllLocations();
|
||||
Task<CheckPointDTO> GetCheckPoint(int id);
|
||||
Task<CheckListTemplateRowDTO> GetCheckListTemplateRow(int id);
|
||||
Task<ApiResponseDTO<CheckPointDTO>> UpdateCheckPoint(CheckPointDTO checkPoint);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user