Ejemplo n.º 1
0
 public List<cp_orden_giro_Info> Get_List_orden_giro_SRI(int IdEmpresa, int anio, int mes)
 {
     try
     {
         return data.Get_List_orden_giro_SRI(IdEmpresa, anio, mes);
     }
     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_orden_giro", ex.Message), ex) { EntityType = typeof(cp_orden_giro_Bus) };
     }
 }