Exemplo n.º 1
0
 public void Dispose()
 {
     _ctx.Dispose();
     _userManager.Dispose();
 }
 /// <summary>
 /// Dispose the Context after use
 /// </summary>
 public void Dispose()
 {
     _applicationDbContext.Dispose();
 }