Error fix and updated Migration script

This commit is contained in:
Santhosh S
2023-11-22 15:47:15 -05:00
parent 79a3073bea
commit 1cbd6893d8
3 changed files with 1 additions and 83 deletions

View File

@ -16,7 +16,7 @@ namespace DamageAssesment.Api.UsersAccess.Controllers
}
// [HttpPost("dadeschooltoken")]
// public async Task<ActionResult> DadeSchoolAuthenticateAsync(string username, string password)
{
//{
// var result = await userAccessProvider.DadeSchoolAuthenticateAsync(username, password);
// if (result.IsSuccess)
// {