namespace LaDOSE.Business.Interface { public interface IUtilService { bool UpdateBooking(); } }