public static bool Update(DTO.ServiciosDTO myServiciosDTO) { bool resultado = ServiciosDAL.Update(myServiciosDTO); return(resultado); }
public static bool Insert(DTO.ServiciosDTO myServiciosDTO) { bool resultado = ServiciosDAL.Insert(myServiciosDTO); return(resultado); }