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