Files
LaDOSE/LaDOSE.Src/LaDOSE.Service/Interface/IUtilService.cs

7 lines
118 B
C#

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