コード例 #1
0
        public static bool Update(DTO.ServiciosDTO myServiciosDTO)
        {
            bool resultado = ServiciosDAL.Update(myServiciosDTO);

            return(resultado);
        }
コード例 #2
0
        public static bool Insert(DTO.ServiciosDTO myServiciosDTO)
        {
            bool resultado = ServiciosDAL.Insert(myServiciosDTO);

            return(resultado);
        }