Beispiel #1
0
 public static void Initialize(ADataBaseController controller)
 {
     if (!IsEmpty)
     {
         return;
     }
     _controller = controller;
     IsEmpty     = false;
 }
Beispiel #2
0
 static DbControlling()
 {
     IsEmpty     = true;
     _controller = new EmptyDbController();
 }