update docs and prep for frontend
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
public interface IQsofaService
|
||||
{
|
||||
Task<QsofaCurrentResponse> GetCurrentAsync(Guid encounterId);
|
||||
Task<int> GetActiveCriteriaCountAsync(Guid encounterId);
|
||||
}
|
||||
Reference in New Issue
Block a user