All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 5m20s
8 lines
157 B
C#
8 lines
157 B
C#
namespace Models.Interfaces
|
|
{
|
|
public interface IPhSFormSeriesRepository
|
|
{
|
|
Task<int> GetNextInternalNumberAsync(int formSeriesId);
|
|
}
|
|
}
|