2023-08-10 10:14:41 +10:00
|
|
|
|
using PARR.DAL.Models.V1;
|
2023-06-13 15:04:47 +10:00
|
|
|
|
using PARR.DAL.Services.Interfaces.Base;
|
|
|
|
|
|
|
|
|
|
|
|
namespace PARR.DAL.Services.Interfaces
|
|
|
|
|
|
{
|
2023-08-10 10:14:41 +10:00
|
|
|
|
public interface IApplicationInHostService : IBaseService<V1_ApplicationInHost>
|
2023-06-13 15:04:47 +10:00
|
|
|
|
{
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|