Beispiel #1
0
 public static UserProjectManager GetInstance(ApplicationDbContext context)
 {
     if (manager == null)
     {
         manager = new UserProjectManager(context);
     }
     return(manager);
 }
Beispiel #2
0
 public void Dispose()
 {
     manager = null;
 }