Esempio n. 1
0
 public string CheckServicio(Servicio x_Item)
 {
     try
     {
         return(BL_Servicio.VerificaServicio(x_Item));
     }
     catch (Exception)
     { throw; }
 }
Esempio n. 2
0
        //public ObservableCollection<Servicio> GetAllServicioByCachetes(String Nombre)
        //{
        //   try
        //   {
        //      return BL_Servicio.GetAllByCachetes(Nombre);
        //   }
        //   catch (Exception)
        //   { throw; }
        //}

        public System.Data.DataTable GetAllServiciosDTByFilters(String x_procedure, ObservableCollection <Infrastructure.Aspect.DataAccess.DataAccessFilterSQL> x_filters)
        {
            try
            {
                return(BL_Servicio.GetAllDTByFilters(x_procedure, x_filters));
            }
            catch (Exception)
            { throw; }
        }
Esempio n. 3
0
 public ObservableCollection <Servicio> GetAllServicioByFiltros(Boolean AcceptNulls, String CONS_TabVia, String CONS_CodVia, String CONS_TabRGM, String CONS_CodRGM, String CONS_TabLNG, String CONS_CodLNG, String SERV_TipoMov, Boolean SERV_AfeIgv, Boolean SERV_AfeDet)
 {
     try
     {
         return(BL_Servicio.GetAllByFiltros(AcceptNulls, CONS_TabVia, CONS_CodVia, CONS_TabRGM, CONS_CodRGM, CONS_TabLNG, CONS_CodLNG, SERV_TipoMov, SERV_AfeIgv, SERV_AfeDet));
     }
     catch (Exception)
     { throw; }
 }
Esempio n. 4
0
 public ObservableCollection <Servicio> GetAllServiciosFilter(String x_procedure, ObservableCollection <Infrastructure.Aspect.DataAccess.DataAccessFilterSQL> x_filters)
 {
     try
     {
         return(BL_Servicio.GetAllFilter(x_procedure, x_filters));
     }
     catch (Exception)
     { throw; }
 }
Esempio n. 5
0
 public ObservableCollection <Servicio> GetAllServicioByViaRegimen(String CONS_TabVia, String CONS_CodVia, String CONS_TabRGM, String CONS_CodRGM, String CONS_TabLNG, String CONS_CodLNG)
 {
     try
     {
         return(BL_Servicio.GetAllByViaRegimen(CONS_TabVia, CONS_CodVia, CONS_TabRGM, CONS_CodRGM, CONS_TabLNG, CONS_CodLNG));
     }
     catch (Exception)
     { throw; }
 }