Exemplo n.º 1
0
        public IHttpActionResult midasDataCount()
        {
            MIDASDataStore midasDataStore = (MIDASDataStore)DataStoreFactory.GetInstance().GetDataStore(DataStoreFactory.DATA_STORES.MIDAS_DATA_STORE);

            return(Json(midasDataStore.getAllMIDASData().Count, new JsonSerializerSettings {
                NullValueHandling = NullValueHandling.Ignore, Converters = { new StringEnumConverter {
                                                                             } }
            }));
        }
 public DATEXIIMIDASProcessService() : base()
 {
     logWrapper     = new LogWrapper("DATEXIIMIDASProcessService");
     midasDataStore = (MIDASDataStore)DataStoreFactory.GetInstance().GetDataStore(DataStoreFactory.DATA_STORES.MIDAS_DATA_STORE);
 }