hwh
2024-08-26 6ac4b8a2fcd1043bc66f53bdf28c9ee00b8a57d0
Wms/WMS.IDAL/IBaseRepository.cs
@@ -32,6 +32,7 @@
        Task<List<T>> GetAllAsync();
        T GetOneById(int id);
        Task<T> GetOneByIdAsync(int id);
        Task<T> GetOneByIdAsync1(int id);
        List<T> GetModels(string sqlString);