Пример #1
0
 public static LojaContext Create()
 {
     if (lojaContext == null || lojaContext.IsDisposed())
     {
         lojaContext = new LojaContext();
     }
     return(lojaContext);
 }