username@email.com
2022-01-25 138102a3fd32ed560297622e7ac753b3a0c3ffd3
zhengcaioa/Services/OrderBanciService.cs
@@ -84,6 +84,19 @@
            return result;
        }
        public OrderBanciDTO GetAll(string id)
        {
            var entity = _context.OrderBancis.Find(id);
            var result = _mapper.Map<OrderBanciDTO>(entity);
            return result;
        }
        public ResultDataEntity<OrderBanciDTO> SearchByPaging(OrderBanciDTOSearch searchEntity)
        {