예제 #1
0
 public Boolean GrabarDB(List <ct_rpt_MovxCta_Info> Lista)
 {
     try
     {
         ct_rpt_MovxCta_Data data = new ct_rpt_MovxCta_Data();
         return(data.GrabarDB(Lista));
     }
     catch (Exception ex)
     {
         Core.Erp.Info.Log_Exception.LoggingManager.Logger.Log(Core.Erp.Info.Log_Exception.LoggingCategory.Error, ex.Message);
         throw new Core.Erp.Info.Log_Exception.DalException(string.Format("", "GrabarDB", ex.Message), ex)
               {
                   EntityType = typeof(ct_rpt_MovxCta_Bus)
               };
     }
 }
예제 #2
0
 public List <ct_rpt_MovxCta_Info> Get_list_MovxCta(int IdEmpresa, List <string> listaCtas, DateTime iFechaIni, DateTime iFechaFin)
 {
     try
     {
         ct_rpt_MovxCta_Data data = new ct_rpt_MovxCta_Data();
         return(data.Get_list_rpt_MovxCta(IdEmpresa, listaCtas, iFechaIni, iFechaFin));
     }
     catch (Exception ex)
     {
         Core.Erp.Info.Log_Exception.LoggingManager.Logger.Log(Core.Erp.Info.Log_Exception.LoggingCategory.Error, ex.Message);
         throw new Core.Erp.Info.Log_Exception.DalException(string.Format("", "Get_list_rpt_MovxCta", ex.Message), ex)
               {
                   EntityType = typeof(ct_rpt_MovxCta_Bus)
               };
     }
 }