public static UserProjectManager GetInstance(ApplicationDbContext context) { if (manager == null) { manager = new UserProjectManager(context); } return(manager); }
public void Dispose() { manager = null; }