fix Синхронизации
This commit is contained in:
10
PARR.DAL/Services/Interfaces/V1/V1_IApplicationService.cs
Normal file
10
PARR.DAL/Services/Interfaces/V1/V1_IApplicationService.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using PARR.DAL.Models.V1;
|
||||
using PARR.DAL.Services.Interfaces.Base;
|
||||
|
||||
namespace PARR.DAL.Services.Interfaces.V1
|
||||
{
|
||||
public interface V1_IApplicationService : IBaseService<V1_Application>
|
||||
{
|
||||
Task<V1_Application?> GetByNameAsync(string appName);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user