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

7 lines
118 B
C#
Raw Normal View History

2018-10-22 01:13:42 +02:00
namespace LaDOSE.Business.Interface
{
public interface IUtilService
{
bool UpdateBooking();
}
}