예제 #1
0
 public AutoController()
 {
     if (coreAuto == null)
     {
         coreAuto = new AutosCore(_ctx);
     }
 }
예제 #2
0
 public SolicitudController()
 {
     if (core == null)
     {
         core = new CoreEntities(_ctx);
     }
     if (coreDetail == null)
     {
         coreDetail = new DetalleSolicitudCore(_ctx);
     }
     if (coreAuto == null)
     {
         coreAuto = new AutosCore(_ctx);
     }
 }